Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > Matrix Class > Methods


Extreme Optimization Mathematics Library for .NET

Matrix.GetRow Method

Returns a row or part of a row of this Matrix.

Overload List

Returns a row Vector for this instance that points at the specified row.

public Vector GetRow(int);

Returns a row Vector for this instance starting at the specified row and column and of the specified length.

public Vector GetRow(int,Range);

Returns a row Vector for this instance over the specified range.

public Vector GetRow(int,int,int);

Returns a row Vector for this instance starting at the specified row and column and of the specified length.

public virtual Vector GetRow(int,int,int,int);

See Also

Matrix Class | Extreme.Mathematics.LinearAlgebra Namespace