Skip to content

Commit 81efec8

Browse files
ReneEnjilianmboehm7
authored andcommitted
[SYSTEMDS-3172] Additional CSC sparse block implementation
Closes #2132.
1 parent 654cea9 commit 81efec8

14 files changed

+2023
-50
lines changed

src/main/java/org/apache/sysds/runtime/data/SparseBlock.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public abstract class SparseBlock implements Serializable, Block
5050
public enum Type {
5151
COO, // coordinate
5252
CSR, // compressed sparse rows
53+
CSC, // compressed sparse column
5354
DCSR, // double compressed sparse rows
5455
MCSR, // modified compressed sparse rows (update-friendly)
5556
MCSC, // modified compressed sparse column

0 commit comments

Comments
 (0)