IMSL C# Numerical Library

BoundedLeastSquares.SetFscale Method 

Sets the diagonal scaling matrix for the functions.

public void SetFscale(
   double[] fscale
);

Parameters

fscale
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

BoundedLeastSquares Class | Imsl.Math Namespace