Returns the coefficients of a row.

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

Syntax

C#
public virtual double[] GetRowCoefficients(
	int iRow
)
Visual Basic (Declaration)
Public Overridable Function GetRowCoefficients ( _
	iRow As Integer _
) As Double()
Visual C++
public:
virtual array<double>^ GetRowCoefficients(
	int iRow
)

Parameters

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