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


Extreme Optimization Mathematics Library for .NET

Matrix.GetColumn Method

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

Overload List

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);

See Also

Matrix Class | Extreme.Mathematics.LinearAlgebra Namespace