Uses of Interface
org.ddogleg.optimization.UnconstrainedLeastSquaresSchur
Packages that use UnconstrainedLeastSquaresSchur
Package
Description
-
Uses of UnconstrainedLeastSquaresSchur in org.ddogleg.optimization
Methods in org.ddogleg.optimization that return UnconstrainedLeastSquaresSchurModifier and TypeMethodDescriptionFactoryOptimization.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 decomposition -
Uses of UnconstrainedLeastSquaresSchur in org.ddogleg.optimization.lm
Classes in org.ddogleg.optimization.lm that implement UnconstrainedLeastSquaresSchurModifier and TypeClassDescriptionclass
UnconLeastSqLevenbergMarquardtSchur_F64<S extends DMatrix>
Implementation ofLevenbergMarquardt_F64
forUnconstrainedLeastSquaresSchur
. -
Uses of UnconstrainedLeastSquaresSchur in org.ddogleg.optimization.trustregion
Classes in org.ddogleg.optimization.trustregion that implement UnconstrainedLeastSquaresSchurModifier and TypeClassDescriptionclass
UnconLeastSqTrustRegionSchur_F64<S extends DMatrix>
Implementations ofUnconstrainedLeastSquaresSchur
.