Click or drag to resize
MinUnconMultiVar Constructor
Unconstrained minimum constructor for a function of n variables of type double.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public MinUnconMultiVar(
	int n
)

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