Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > Matrix Class > Methods
Gets a Matrix that is a submatrix of this Matrix.
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);
Matrix Class | Extreme.Mathematics.LinearAlgebra Namespace