Uses of Interface
org.ddogleg.optimization.LeastSquaresSwitcher.ProcessJacobianOut
Packages that use LeastSquaresSwitcher.ProcessJacobianOut
-
Uses of LeastSquaresSwitcher.ProcessJacobianOut in org.ddogleg.optimization
Methods in org.ddogleg.optimization with parameters of type LeastSquaresSwitcher.ProcessJacobianOutModifier and TypeMethodDescriptionvoid
LeastSquaresSwitcher.setFunction
(FunctionNtoM function, LeastSquaresSwitcher.ProcessJacobianOut jacobian) Specifies the cost residual function and it's Jacobian.