IMSL C# Numerical Library

MPSReader.GetRow Method 

Returns a row of the constraint matrix or a free row.

public virtual Row GetRow(
   int iRow
);

Parameters

iRow
An int specifying the number of the row that is to be returned.

Return Value

A Row associated with the indicated row number, iRow.

See Also

MPSReader Class | Imsl.Math Namespace