namespace lasd { template ulong Matrix::RowNumber() noexcept{ return rows; } template ulong Matrix::ColumnNumber() noexcept{ return columns; } }