Uses of Interface
de.grogra.xl.lang.ObjectToDouble
Packages that use ObjectToDouble
-
Uses of ObjectToDouble in de.grogra.math
Methods in de.grogra.math with parameters of type ObjectToDoubleModifier 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
Classes in de.grogra.rgg that implement ObjectToDoubleMethods in de.grogra.rgg that return ObjectToDoubleModifier and TypeMethodDescriptionstatic ObjectToDouble<double[]>
Library.toObjectToDouble
(DoubleToDouble f) Methods in de.grogra.rgg with parameters of type ObjectToDoubleModifier 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.