Click or drag to resize

DoubleFunctionalEvaluate(DoubleVector, DoubleVector) Method

Vector-vector form of the evaluate function. Part of the base class DoubleMultiVariableFunction interface.

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

Parameters

x  DoubleVector
The point at which to evaluate the functional.
y  DoubleVector
The result is placed in y
See Also