Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > Matrix Class > Methods
Returns a column or part of a column of this Matrix.
Returns a column Vector for this instance that points at the specified column.
public Vector GetColumn(int);
Returns a column Vector for this instance starting at the specified column and row and of the specified length.
public Vector GetColumn(int,Range);
Returns a column Vector for this instance starting at the specified column and row and of the specified length.
public Vector GetColumn(int,int,int);
Returns a column Vector for this instance starting at the specified column and row and of the specified length.
public virtual Vector GetColumn(int,int,int,int);
Matrix Class | Extreme.Mathematics.LinearAlgebra Namespace