public interface DistributedMatrix
extends scala.Serializable
Modifier and Type | Method and Description |
---|---|
long |
numCols()
Gets or computes the number of columns.
|
long |
numRows()
Gets or computes the number of rows.
|
breeze.linalg.DenseMatrix<Object> |
toBreeze()
Collects data and assembles a local dense breeze matrix (for test only).
|