Click or drag to resize

ParameterizedMultivariableFunction Methods

The ParameterizedMultivariableFunction type exposes the following members.

Methods
 NameDescription
Public methodClone Returns a deep copy of the base. Deriving classes must override this method.
Public methodEvaluate(Double, Double) Evaluates the function for the given set of parameters at the given point.
Public methodEvaluate(DoubleVector, DoubleVector, DoubleVector) Evaluates the function for the given set of parameters at the given point.
Public methodJacobianWithRespectToParameters(Double, Double, DoubleMatrix) Method for calculating the Jacobian with respect to the parameters while keeping x fixed at the specified value.
Public methodJacobianWithRespectToParameters(DoubleVector, DoubleVector, DoubleMatrix) Method for calculating the Jacobian with respect to the parameters while keeping x fixed at the specified value.
Top
See Also