Click or drag to resize
BoundedLeastSquaresSetFscale Method
Sets the diagonal scaling matrix for the functions.

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

Parameters

fscale
Type: SystemDouble
A double array containing the diagonal scaling for the functions.
Remarks
The i-th component of fscale is a positive scalar specifying the reciprocal magnitude of the i-th component function of the problem. By default, fscale[] = {1}.
See Also