Sets the diagonal scaling matrix for the functions.

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

Syntax

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

Parameters

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