MinUnconMultiVar Constructor |
Unconstrained minimum constructor for a function of n variables of
type double.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public MinUnconMultiVar(
int n
)
Public Sub New (
n As Integer
)
public:
MinUnconMultiVar(
int n
)
new :
n : int -> MinUnconMultiVar
Parameters
- n
- Type: SystemInt32
An int scalar value which defines the number of variables of
the function whose minimum is to be found.
See Also