Click or drag to resize

DoubleVectorParameterizedDelegate Methods

The DoubleVectorParameterizedDelegate type exposes the following members.

Methods
 NameDescription
Public methodClone Returns a deep copy of self.
(Overrides DoubleParameterizedFunctionalClone)
Public methodEvaluate(DoubleVector, DoubleVector) Evaluates the parameterized function for the given parameter values at the given point.
(Overrides DoubleParameterizedFunctionalEvaluate(DoubleVector, DoubleVector))
Public methodEvaluate(DoubleVector, DoubleMatrix, DoubleVector) Evaluates the parameterized function for the given parameter values at the given set of points.
(Inherited from DoubleParameterizedFunctional)
Public methodGradientWithRespectToParams Method for calculating the gradient with respect to the parameters while keeping x fixed at the specified value.
(Overrides DoubleParameterizedFunctionalGradientWithRespectToParams(DoubleVector, DoubleVector, DoubleVector))
Top
See Also