Click or drag to resize

ParameterizedMultivariableFunction(Int32, Int32, Int32, Double) Constructor

Constructs a ParameterizedMultivariableFunction with the given number of parameters, x (domain), y (range) dimensions, and central difference delta.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public ParameterizedMultivariableFunction(
	int numParameters,
	int xDimension,
	int yDimension,
	double centralDifferenceDelta
)

Parameters

numParameters  Int32
The number of parameters.
xDimension  Int32
The x or domain dimension.
yDimension  Int32
The y or range dimension.
centralDifferenceDelta  Double
The delta used in the central difference algorithm for computing the Jacobian with respect to the parameters.
See Also