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

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual MPSReader..::.Row GetRow(
	int iRow
)
Visual Basic (Declaration)
Public Overridable Function GetRow ( _
	iRow As Integer _
) As MPSReader..::.Row
Visual C++
public:
virtual MPSReader..::.Row^ GetRow(
	int iRow
)

Parameters

iRow
Type: System..::.Int32
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