Uses of Class
org.ddogleg.optimization.ConfigNonLinearLeastSquares
Packages that use ConfigNonLinearLeastSquares
-
Uses of ConfigNonLinearLeastSquares in org.ddogleg.optimization
Methods in org.ddogleg.optimization that return ConfigNonLinearLeastSquaresModifier and TypeMethodDescriptionConfigNonLinearLeastSquares.setTo
(ConfigNonLinearLeastSquares src) Methods in org.ddogleg.optimization with parameters of type ConfigNonLinearLeastSquaresModifier and TypeMethodDescriptionstatic UnconstrainedLeastSquares<DMatrixRMaj>
FactoryOptimization.leastSquares
(ConfigNonLinearLeastSquares config) Generic factory for any unconstrained least squares solver using Schur decompositionFactoryOptimizationSparse.leastSquares
(ConfigNonLinearLeastSquares config) Generic factory for any unconstrained least squares solverFactoryOptimization.leastSquaresSchur
(ConfigNonLinearLeastSquares config) Generic factory for any unconstrained least squares solver using Schur decompositionFactoryOptimizationSparse.leastSquaresSchur
(ConfigNonLinearLeastSquares config) Generic factory for any unconstrained least squares solver using Schur decompositionvoid
LeastSquaresSwitcher.setSolver
(ConfigNonLinearLeastSquares config, boolean sparse, boolean schur) Used to specify the solver using a configuration which is then passed on to a factoryConfigNonLinearLeastSquares.setTo
(ConfigNonLinearLeastSquares src)