Click or drag to resize

OneVariableFunctionEvaluate(DoubleVector) Method

Evaluates the current function at the given set of x-values.

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

Parameters

x  DoubleVector
The positions on the x-axis at which to evaluate f(x).

Return Value

DoubleVector
A vector y such that y[i] = f(x[i]).
See Also