Click or drag to resize

SolvableMultivariableFunctionEvaluateDerivative Method

Overload List
  NameDescription
Public methodEvaluateDerivative(Double, Boolean, ITrackCalculationProgress)
Evaluates the Jacobian of this function. The default implementation of this method will numerically compute the Jacobian. To do that, the value of the function at the variables will be computed. When using the default implementation, the PerturbationValues must be set.
Public methodEvaluateDerivative(Double, Boolean, SolvableMultivariableFunctionResults, ITrackCalculationProgress)
Evaluates the Jacobian of this function. The default implementation of this method will numerically compute the Jacobian. To do that, the value of the function at the variables will be computed.
Top
See Also