IMSL C# Numerical Library

MPSReader.GetRowCoefficients Method 

Returns the coefficients of a row.

public virtual double[] GetRowCoefficients(
   int iRow
);

Parameters

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

Return Value

A double[] containing the coefficients associated with the indicated row number, iRow.

See Also

MPSReader Class | Imsl.Math Namespace