Click or drag to resize

DoubleMultiVariableFunctionEvaluate(DoubleVector, DoubleVector) Method

Evaluate the function at the point x and place the result in y.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public abstract void Evaluate(
	DoubleVector x,
	ref DoubleVector y
)

Parameters

x  DoubleVector
The point at which to evaluate the function.
y  DoubleVector
On input the vector y should be the correct size. On output the values in y are overwritten with the function values at x.
See Also