Click or drag to resize

DoubleFunctionalDelegate Methods

The DoubleFunctionalDelegate type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of self.
(Overrides DoubleMultiVariableFunctionClone)
Public methodEvaluate(Double) Evaluates the functional at the given point.
(Inherited from DoubleFunctional)
Public methodEvaluate(DoubleVector) Evaluates the functional at a given point.
(Overrides DoubleFunctionalEvaluate(DoubleVector))
Public methodEvaluate(DoubleMatrix, DoubleMatrix) Evaluate the function at the points X and place the results in Y.
(Inherited from DoubleMultiVariableFunction)
Public methodEvaluate(DoubleVector, DoubleVector) Vector-vector form of the evaluate function. Part of the base class DoubleMultiVariableFunction interface.
(Inherited from DoubleFunctional)
Public methodGradient(DoubleVector) Calculates the gradient of this functional.
(Inherited from DoubleFunctional)
Public methodGradient(DoubleVector, DoubleVector) Calculates the gradient of this functional.
(Overrides DoubleFunctionalGradient(DoubleVector, DoubleVector))
Public methodJacobian(Double) Evaluates the Jacobian of the function at the given point.
(Inherited from DoubleMultiVariableFunction)
Public methodJacobian(DoubleVector, DoubleMatrix) Computes the jacobian of this functional at the specified point.
(Inherited from DoubleFunctional)
Top
See Also