Uses of Interface
org.ddogleg.optimization.UnconstrainedLeastSquares
Packages that use UnconstrainedLeastSquares
Package
Description
-
Uses of UnconstrainedLeastSquares in org.ddogleg.optimization
Methods in org.ddogleg.optimization that return UnconstrainedLeastSquaresModifier 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 solver -
Uses of UnconstrainedLeastSquares in org.ddogleg.optimization.lm
Classes in org.ddogleg.optimization.lm that implement UnconstrainedLeastSquaresModifier and TypeClassDescriptionclassUnconLeastSqLevenbergMarquardt_F64<S extends DMatrix>Implementation ofLevenbergMarquardt_F64forUnconstrainedLeastSquares. -
Uses of UnconstrainedLeastSquares in org.ddogleg.optimization.trustregion
Classes in org.ddogleg.optimization.trustregion that implement UnconstrainedLeastSquaresModifier and TypeClassDescriptionclassUnconLeastSqTrustRegion_F64<S extends DMatrix>Implementations ofTrust RegionforUnconstrainedLeastSquares.