Get a deep copy of the matrix.
Get a deep copy of the matrix.
Convenience method for Matrix
-DenseVector
multiplication.
Convenience method for Matrix
-DenseVector
multiplication.
Convenience method for Matrix
-DenseMatrix
multiplication.
Convenience method for Matrix
-DenseMatrix
multiplication.
number of columns
number of columns
number of rows
number of rows
Converts to a dense array in column major.
Converts to a dense array in column major.
A human readable representation of the matrix
A human readable representation of the matrix
matrix entries in column major
Column-major dense matrix. The entry values are stored in a single array of doubles with columns listed in sequence. For example, the following matrix
is stored as
[1.0, 3.0, 5.0, 2.0, 4.0, 6.0]
.