Description
We should add BlockMatrix to PySpark. Internally, we can use DataFrames and MatrixUDT for serialization. This JIRA should contain conversions between IndexedRowMatrix/CoordinateMatrix to block matrices. But this does NOT cover linear algebra operations of block matrices.
Attachments
Issue Links
- depends upon
-
SPARK-6485 Add CoordinateMatrix/RowMatrix/IndexedRowMatrix in PySpark
- Resolved
- is blocked by
-
SPARK-6390 Add MatrixUDT in PySpark
- Resolved
- links to