Sets the diagonal scaling matrix for the variables.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public void SetXscale(
	double[] xscale
)
Visual Basic (Declaration)
Public Sub SetXscale ( _
	xscale As Double() _
)
Visual C++
public:
void SetXscale(
	array<double>^ xscale
)

Parameters

xscale
Type: array< System..::.Double >[]()[]
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

ExceptionCondition
System..::.ArgumentException is thrown if any of the elements of Xscale is less than or equal to or equal to 0

See Also