Gets the (i, j)-th element.
Get a deep copy of the matrix.
Number of columns.
Number of rows.
Transpose the Matrix.
Transpose the Matrix. Returns a new Matrix instance sharing the same underlying data.
Flag that keeps track whether the matrix is transposed or not.
Flag that keeps track whether the matrix is transposed or not. False by default.
Convenience method for Matrix-DenseVector multiplication.
Convenience method for Matrix-DenseMatrix multiplication.
Converts to a dense array in column major.
A human readable representation of the matrix
A human readable representation of the matrix
Trait for a local matrix.