Click or drag to resize

DoubleVectorParameterizedDelegate(FuncDoubleVector, DoubleVector, Double, Int32) Constructor

Constructs a DoubleVectorParameterizedDelegate instance from the given delegate.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVectorParameterizedDelegate(
	Func<DoubleVector, DoubleVector, double> function,
	int xDimension
)

Parameters

function  FuncDoubleVector, DoubleVector, Double
The constructed instance will use the delegate function to implement the Evaluate method inherited from DoubleParameterizedFunctional
xDimension  Int32
The dimension of the domain of the parameterized function.
See Also