Click or drag to resize
NumericalDerivativesSetScalingFactors Method
Sets the scaling factors for the y values. The user can also use scale to provide appropriate signs for the increments.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void SetScalingFactors(
	double[] scale
)

Parameters

scale
Type: SystemDouble
A double array of length n containing the scaling factors.

Default: All values are 1.0.

See Also