Double |
The DoubleMultiVariableFunction type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone | ICloneable method. Not implemented here. Deriving classes must implement if desired. | |
| Evaluate(Double) | Evaluate the function at the point x. | |
| Evaluate(DoubleMatrix, DoubleMatrix) | Evaluate the function at the points X and place the results in Y. | |
| Evaluate(DoubleVector, DoubleVector) | Evaluate the function at the point x and place the result in y. | |
| Jacobian(Double) | Evaluates the Jacobian of the function at the given point. | |
| Jacobian(DoubleVector, DoubleMatrix) | Virtual method for evaluating the Jacobian of the function at the given point. |