Sets the upper bound, x_u on the variables.

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

Syntax

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

Parameters

upperBound
Type: array< System..::.Double >[]()[]
A double array containing the upper bound on the variables.

Remarks

If there is no upper bound on a variable, then -10e30 should be set as the upper bound. By default there is no upper bound on a variable.

See Also