Unconstrained minimum constructor for a function of n variables of type double.

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

Syntax

C#
public MinUnconMultiVar(
	int n
)
Visual Basic (Declaration)
Public Sub New ( _
	n As Integer _
)
Visual C++
public:
MinUnconMultiVar(
	int n
)

Parameters

n
Type: System..::.Int32
An int scalar value which defines the number of variables of the function whose minimum is to be found.

See Also