IMSL C# Numerical Library

MinUnconMultiVar.SetXscale Method 

Sets the diagonal scaling matrix for the variables.

public void SetXscale(
   double[] xscale
);

Parameters

xscale
A double array specifying the diagonal scaling matrix for the variables.

Remarks

By default, the elements of this array are set to 1.0.

Exceptions

Exception Type Condition
ArgumentException is thrown if any of the elements of Xscale is less than or equal to or equal to 0

See Also

MinUnconMultiVar Class | Imsl.Math Namespace