Click or drag to resize

DoubleFunctionalDelegate(Int32, FuncDoubleVector, Double) Constructor

Constructs a DoubleFunctionalDelegate object from the given delegate and domain dimension.

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

Parameters

xDimension  Int32
The dimension of the functional's domain.
functional  FuncDoubleVector, Double
Delegate for evaluating the functional.
See Also