IMSL C# Numerical Library

MinUnconMultiVar Constructor 

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

public MinUnconMultiVar(
   int n
);

Parameters

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

See Also

MinUnconMultiVar Class | Imsl.Math Namespace