Sets the lower bound, x_l on the variables.

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

Syntax

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

Parameters

lowerBound
Type: array< System..::.Double >[]()[]
A double array containing the lower bounds on the variables.

Remarks

If there is no lower bound on a variable, then 10e30 should be set as the lower bound. By default, lowerBound= 0.

See Also