Solves a nonlinear least-squares problem subject to bounds on the variables using a modified Levenberg-Marquardt algorithm.

The BoundedLeastSquares..::.IJacobian type exposes the following members.

Methods

NameDescription
F
Public interface for the user-supplied function to evaluate the function that defines the least-squares problem.
(Inherited from BoundedLeastSquares..::.IFunction.)
Jacobian
Public interface for the user-supplied function to compute the Jacobian.

See Also