Click or drag to resize

NonlinearObjectiveFunctionNonAllocating Fields

The NonlinearObjectiveFunctionNonAllocating type exposes the following members.

Fields
 NameDescription
Protected field_accuracyOrder The desired accuracy order to evaluate the jacobian by numerical approximaiton.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Protected field_coefficients Coefficients for the model.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Protected field_f1 Temporary function-evaluation vectors used for numerical differentiation.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Protected field_f2 Temporary function-evaluation vectors used for numerical differentiation.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Protected field_f3 Temporary function-evaluation vectors used for numerical differentiation.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Protected field_f4 Temporary function-evaluation vectors used for numerical differentiation.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Protected field_f5 Temporary function-evaluation vectors used for numerical differentiation.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Protected field_f6 Temporary function-evaluation vectors used for numerical differentiation.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Protected field_functionValue The residual sum of squares, residuals * residuals.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Protected field_hasFunctionValue Indicates if the function value has been computed.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Protected field_hasJacobianValue Indicates if the jacobian has been computed.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Protected field_hessianValue The Hessian matrix.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Protected field_jacobianValue The Jacobian matrix.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Protected field_jacobianValueTransposed The Jacobian matrix, transposed.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Protected field_negativeGradientValue The Gradient vector.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Protected field_observedXAsMatrix Stores the observed independent-variable values in matrix form.
Protected field_observedXAsVector Stores the observed independent-variable values in vector form.
Protected field_residuals The weighted error values.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Protected fieldL Gets or sets the Cholesky factorization of the weights = LL'.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Top
See Also