Uses of Interface
org.apache.commons.math3.fitting.leastsquares.ValueAndJacobianFunction
Packages that use ValueAndJacobianFunction
Package
Description
This package provides algorithms that minimize the residuals
between observations and model values.
-
Uses of ValueAndJacobianFunction in org.apache.commons.math3.fitting.leastsquares
Classes in org.apache.commons.math3.fitting.leastsquares that implement ValueAndJacobianFunctionModifier and TypeClassDescriptionprivate static classCombine aMultivariateVectorFunctionwith aMultivariateMatrixFunctionto produce aMultivariateJacobianFunction.Fields in org.apache.commons.math3.fitting.leastsquares declared as ValueAndJacobianFunctionModifier and TypeFieldDescriptionprivate final ValueAndJacobianFunctionLeastSquaresFactory.LocalLeastSquaresProblem.LazyUnweightedEvaluation.modelModel and Jacobian functions.Constructors in org.apache.commons.math3.fitting.leastsquares with parameters of type ValueAndJacobianFunctionModifierConstructorDescriptionprivateLazyUnweightedEvaluation(ValueAndJacobianFunction model, RealVector target, RealVector point) Create anLeastSquaresProblem.Evaluationwith no weights.