Package org.ddogleg.optimization.wrap
package org.ddogleg.optimization.wrap
-
ClassDescriptionFrom separate classes for the function and gradient computations implements
GradientLineFunction
.Numerically computes the gradient and line derivative.Takes two functions which independently computes the function's value and derivative and allows them to be used in a coupled function.Individual_to_CoupledJacobian<S extends DMatrix>Converts a least squares function into a nonlinear optimization function.LsToNonLinearDeriv<S extends DMatrix>Convert the Jacobian of a least squares function into a nonlinear optimization gradient.Wrapper aroundQuasiNewtonBFGS
forUnconstrainedMinimization
.SchurJacobian_to_NtoMxN<T extends DMatrix>Provides a way to convert a regular Jacobian matrix into a SchurJacobian