LA::SubMatrix(T)
Inherits LA::Matrix / LA::LapackHelper / Enumerable / Reference / Object
it's like Slice, but for matrices.
Lightweight class that stores only pointer to basic matrix, size and offset
But allow all operations that allow Matrix(T)
Constructors
new(base : Matrix(T), offset : Tuple(Int32, Int32), size : RowColumn)
Creates submatrix from a given base, offset and size