Click or drag to resize

DoubleFunctionalEvaluate(DoubleVector) Method

Evaluates the functional at the given point.

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

Parameters

x  DoubleVector
The point at which to evaluate the functional.

Return Value

Double
The functional evaluated at x
See Also