Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Members

IconMemberDescription
GetSubmatrix(Range, Range)
Gets a Matrix that is a submatrix of this Matrix.
(Inherited from Matrix.)
GetSubmatrix(Range, Range, TransposeOperation)
Gets a Matrix that is a submatrix of this Matrix.
(Inherited from Matrix.)
GetSubmatrix(Int32, Int32, Int32, Int32)
Gets a Matrix that is a submatrix of this Matrix.
(Inherited from Matrix.)
GetSubmatrix(Int32, Int32, Int32, Int32, Int32, Int32, TransposeOperation)
Gets a Matrix that is a submatrix of this Matrix.
(Inherited from Matrix.)