Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > Matrix Class > Methods
Returns a row or part of a row of this Matrix.
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);
Matrix Class | Extreme.Mathematics.LinearAlgebra Namespace