Uses of Interface
de.grogra.xl.lang.ObjectToObject
-
Uses of ObjectToObject in de.grogra.math
Modifier and TypeMethodDescriptionstatic void
Newton.findRoot
(ObjectToObject<double[], double[]> function, double[] x, double[] prec, int maxSteps, double[] eps, double relax) Finds a root offunction
. -
Uses of ObjectToObject in de.grogra.rgg
Modifier and TypeMethodDescriptionstatic <T,
V> V Library.synthesize
(T root, ObjectToObjectGenerator<? super T, ? extends T> generator, ObjectToObject<ObjectSynth<? super T, ? super V>, ? extends V> synth) This method can be used to compute the values of a synthesized attribute for every node of a tree-like structure.