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


Extreme Optimization Mathematics Library for .NET

Matrix.GetSubmatrix Method

Gets a Matrix that is a submatrix of this Matrix.

Overload List

Gets a Matrix that is a submatrix of this Matrix.

public Matrix GetSubmatrix(Range,Range);

Gets a Matrix that is a submatrix of this Matrix.

public Matrix GetSubmatrix(Range,Range,TransposeOperation);

Gets a Matrix that is a submatrix of this Matrix.

public Matrix GetSubmatrix(int,int,int,int);

Gets a Matrix that is a submatrix of this Matrix.

public virtual Matrix GetSubmatrix(int,int,int,int,int,int,TransposeOperation);

See Also

Matrix Class | Extreme.Mathematics.LinearAlgebra Namespace