Uses of Class
org.hipparchus.optim.nonlinear.vector.leastsquares.GaussNewtonOptimizer.Decomposition
-
Packages that use GaussNewtonOptimizer.Decomposition Package Description org.hipparchus.optim.nonlinear.vector.leastsquares This package provides algorithms that minimize the residuals between observations and model values. -
-
Uses of GaussNewtonOptimizer.Decomposition in org.hipparchus.optim.nonlinear.vector.leastsquares
Methods in org.hipparchus.optim.nonlinear.vector.leastsquares that return GaussNewtonOptimizer.Decomposition Modifier and Type Method Description GaussNewtonOptimizer.DecompositionGaussNewtonOptimizer. getDecomposition()Deprecated.static GaussNewtonOptimizer.DecompositionGaussNewtonOptimizer.Decomposition. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static GaussNewtonOptimizer.Decomposition[]GaussNewtonOptimizer.Decomposition. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hipparchus.optim.nonlinear.vector.leastsquares with parameters of type GaussNewtonOptimizer.Decomposition Modifier and Type Method Description GaussNewtonOptimizerGaussNewtonOptimizer. withDecomposition(GaussNewtonOptimizer.Decomposition newDecomposition)Deprecated.Constructors in org.hipparchus.optim.nonlinear.vector.leastsquares with parameters of type GaussNewtonOptimizer.Decomposition Constructor Description GaussNewtonOptimizer(GaussNewtonOptimizer.Decomposition decomposition)Deprecated.UseGaussNewtonOptimizer(MatrixDecomposer, boolean)instead.
-