Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Incomplete
-
None
-
None
Description
This JIRA is for discussing distributed matrices stored in block sub-matrices. The main challenge is the partitioning scheme to allow adding linear algebra operations in the future, e.g.:
1. matrix multiplication
2. matrix factorization (QR, LU, ...)
Let's discuss the partitioning and storage and how they fit into the above use cases.
Questions:
1. Should it be backed by a single RDD that contains all of the sub-matrices or many RDDs with each contains only one sub-matrix?
Attachments
Issue Links
- depends upon
-
SPARK-3974 Block matrix abstracitons and partitioners
- Resolved
-
SPARK-3975 Block Matrix addition and multiplication
- Resolved
-
SPARK-3976 Detect block matrix partitioning schemes
- Resolved
-
SPARK-3977 Conversions between {Row, Coordinate}Matrix <-> BlockMatrix
- Resolved
- is depended upon by
-
SPARK-3435 Distributed matrix multiplication
- Closed