Parameterized |
The ParameterizedMultivariableFunction type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone | Returns a deep copy of the base. Deriving classes must override this method. | |
| Evaluate(Double, Double) | Evaluates the function for the given set of parameters at the given point. | |
| Evaluate(DoubleVector, DoubleVector, DoubleVector) | Evaluates the function for the given set of parameters at the given point. | |
| JacobianWithRespectToParameters(Double, Double, DoubleMatrix) | Method for calculating the Jacobian with respect to the parameters while keeping x fixed at the specified value. | |
| JacobianWithRespectToParameters(DoubleVector, DoubleVector, DoubleMatrix) | Method for calculating the Jacobian with respect to the parameters while keeping x fixed at the specified value. |