Click or drag to resize
DenseLP Constructor (Double, Double, Double)
Constructor variables of type double.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public DenseLP(
	double[,] a,
	double[] b,
	double[] c
)

Parameters

a
Type: SystemDouble
A double matrix with coefficients of the constraints
b
Type: SystemDouble
A double array containing the right-hand side of the constraints.
c
Type: SystemDouble
A double array containing the coefficients of the objective function.
Exceptions
ExceptionCondition
ArgumentException is thrown if the dimensions of a, b.length, and c.length are not consistent
See Also