Click or drag to resize

DoubleFunctionalDelegateEvaluate(DoubleVector) Method

Evaluates the functional at a given point.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override double Evaluate(
	DoubleVector x
)

Parameters

x  DoubleVector
The point at which to evaluate the functional.

Return Value

Double
The value of the functional at x.
See Also