Click or drag to resize
MinUnconMultiVarSetXscale Method
Sets the diagonal scaling matrix for the variables.

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

Parameters

xscale
Type: SystemDouble
A double array specifying the diagonal scaling matrix for the variables.
Exceptions
ExceptionCondition
ArgumentException is thrown if any of the elements of Xscale is less than or equal to or equal to 0
Remarks
By default, the elements of this array are set to 1.0.
See Also