Uses of Interface
de.grogra.xl.lang.ObjectToDouble
-
Uses of ObjectToDouble in de.grogra.math
Modifier and TypeMethodDescriptionstatic void
Newton.findExtremum
(ObjectToDouble<double[]> function, double[] x, double[] prec, int maxSteps, double[] eps, double relax) Finds a local extremum by looking for a root of an approximation of the derivative offunction
.static void
Newton.fit
(ObjectToDouble<double[][]> function, DataTable data, double[] params, double[] prec) static void
Newton.fit
(ObjectToDouble<double[][]> function, DataTable data, double[] params, double[] prec, int maxSteps, double[] eps, double relax) Fitsfunction
todata
.static void
Newton.fitParameters
(ObjectToDouble<double[]> function, DataTable data, double[] params, double[] prec) static void
Newton.fitParameters
(ObjectToDouble<double[]> function, DataTable data, double[] params, double[] prec, int maxSteps, double[] eps, double relax) -
Uses of ObjectToDouble in de.grogra.rgg
Modifier and TypeMethodDescriptionstatic ObjectToDouble<double[]>
Library.toObjectToDouble
(DoubleToDouble f) Modifier and TypeMethodDescriptionstatic <T> double
Library.synthesize
(T root, ObjectToObjectGenerator<? super T, ? extends T> generator, ObjectToDouble<DoubleSynth<? super T>> synth) This method can be used to compute the values of a synthesized attribute for every node of a tree-like structure.