Click or drag to resize

DoubleMultiVariableFunction Methods

The DoubleMultiVariableFunction type exposes the following members.

Methods
 NameDescription
Public methodCloneICloneable method. Not implemented here. Deriving classes must implement if desired.
Public methodEvaluate(Double) Evaluate the function at the point x.
Public methodEvaluate(DoubleMatrix, DoubleMatrix) Evaluate the function at the points X and place the results in Y.
Public methodEvaluate(DoubleVector, DoubleVector) Evaluate the function at the point x and place the result in y.
Public methodJacobian(Double) Evaluates the Jacobian of the function at the given point.
Public methodJacobian(DoubleVector, DoubleMatrix) Virtual method for evaluating the Jacobian of the function at the given point.
Top
See Also