BoundedLeastSquaresSetXscale Method |
The scaling vector for the variables.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void SetXscale(
double[] xscale
)
Public Sub SetXscale (
xscale As Double()
)
public:
void SetXscale(
array<double>^ xscale
)
member SetXscale :
xscale : float[] -> unit
Parameters
- xscale
- Type: SystemDouble
A double array containing the scaling vector for the
variables.
Remarks
Argument xscale is used mainly in scaling the gradient and the
distance between two points. See GradientTolernce
and ScaledStepTolerance for more details.
By default, xscale[] = {1}.
See Also