Alternative constructor leaving matrix dimensions to be determined automatically.
matrix entries
number of rows. A non-positive value means unknown, and then the number of rows will be determined by the max row index plus one.
number of columns. A non-positive value means unknown, and then the number of columns will be determined by the max column index plus one.
matrix entries
Gets or computes the number of columns.
Gets or computes the number of columns.
Gets or computes the number of rows.
Gets or computes the number of rows.
Converts to IndexedRowMatrix.
Converts to IndexedRowMatrix. The number of columns must be within the integer range.
Converts to RowMatrix, dropping row indices after grouping by row index.
Converts to RowMatrix, dropping row indices after grouping by row index. The number of columns must be within the integer range.
:: Experimental :: Represents a matrix in coordinate format.