IMSL C# Numerical Library

DenseLP Constructor (Double[,], Double[], Double[])

Constructor variables of type double.

public DenseLP(
   double[,] a,
   double[] b,
   double[] c
);

Parameters

a
A double matrix with coefficients of the constraints
b
A double array containing the right-hand side of the constraints.
c
A double array containing the coefficients of the objective function.

Exceptions

Exception Type Condition
ArgumentException is thrown if the dimensions of a, b.length, and c.length are not consistent

See Also

DenseLP Class | Imsl.Math Namespace | DenseLP Constructor Overload List