Click or drag to resize

DoubleFunctionalEvaluate(Double) Method

Evaluates the functional at the given point.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public virtual double Evaluate(
	double[] x
)

Parameters

x  Double
The point at which to evaluate the functional.

Return Value

Double
The functional evaluated at x
See Also