Skip to content

Commit

Permalink
[SYSTEMDS-3172] Additional CSC sparse block implementation
Browse files Browse the repository at this point in the history
Closes #2132.
  • Loading branch information
ReneEnjilian authored and mboehm7 committed Oct 25, 2024
1 parent 654cea9 commit 81efec8
Show file tree
Hide file tree
Showing 14 changed files with 2,023 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public abstract class SparseBlock implements Serializable, Block
public enum Type {
COO, // coordinate
CSR, // compressed sparse rows
CSC, // compressed sparse column
DCSR, // double compressed sparse rows
MCSR, // modified compressed sparse rows (update-friendly)
MCSC, // modified compressed sparse column
Expand Down
Loading

0 comments on commit 81efec8

Please sign in to comment.