Click or drag to resize

DoubleMultiVariableFunction(Int32, Int32) Constructor

Constructs a DoubleMultiVariableFunction instance representing a function that maps an xDimension space a yDimensional space.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMultiVariableFunction(
	int xDimension,
	int yDimension
)

Parameters

xDimension  Int32
The dimension of the function domain.
yDimension  Int32
The dimension of the function range.
See Also