Gets the (i, j)-th element.
Gets the (i, j)-th element.
Get a deep copy of the matrix.
Get a deep copy of the matrix.
Find the number of values stored explicitly.
Find the number of values stored explicitly. These values can be zero as well.
Number of columns.
Number of columns.
Find the number of non-zero active values.
Find the number of non-zero active values.
Number of rows.
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
-Vector
multiplication.
Convenience method for Matrix
-Vector
multiplication.
Convenience method for Matrix
-DenseVector
multiplication.
Convenience method for Matrix
-DenseVector
multiplication. For binary compatibility.
Convenience method for Matrix
-DenseMatrix
multiplication.
Convenience method for Matrix
-DenseMatrix
multiplication.
Converts to a dense array in column major.
Converts to a dense array in column major.
A human readable representation of the matrix with maximum lines and width
A human readable representation of the matrix with maximum lines and width
A human readable representation of the matrix
A human readable representation of the matrix
Trait for a local matrix.