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.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void SetScalingFactors(
double[] scale
)
Public Sub SetScalingFactors (
scale As Double()
)
public:
void SetScalingFactors(
array<double>^ scale
)
member SetScalingFactors :
scale : float[] -> unit
Parameters
- scale
- Type: SystemDouble
A double array of length n containing the scaling
factors. Default: All values are 1.0.
See Also