BoundedLeastSquaresSetFscale Method |
Sets the diagonal scaling matrix for the functions.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void SetFscale(
double[] fscale
)
Public Sub SetFscale (
fscale As Double()
)
public:
void SetFscale(
array<double>^ fscale
)
member SetFscale :
fscale : float[] -> unit
Parameters
- fscale
- Type: SystemDouble
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