| Package | Description | 
|---|---|
| org.apache.sysds.runtime.compress | |
| org.apache.sysds.runtime.compress.colgroup | |
| org.apache.sysds.runtime.data | |
| org.apache.sysds.runtime.matrix.data | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterator<SparseRow> | CompressedMatrixBlock. getSparseRowIterator(int rl,
                    int ru) | 
| Modifier and Type | Method and Description | 
|---|---|
| SparseRow | SparseRowIterator. next() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SparseRowScalar | 
| class  | SparseRowVector | 
| Modifier and Type | Method and Description | 
|---|---|
| SparseRow | SparseBlockCOO. get(int r) | 
| abstract SparseRow | SparseBlock. get(int r)Get values of row r in the format of a sparse row. | 
| SparseRow | SparseBlockMCSR. get(int r) | 
| SparseRow | SparseBlockCSR. get(int r) | 
| SparseRow[] | SparseBlockMCSR. getRows()Helper function for MCSR -> {COO, CSR} | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SparseRowVector. copy(SparseRow that) | 
| static SparseBlock | SparseBlockFactory. createSparseBlock(SparseBlock.Type type,
                 SparseRow row) | 
| void | SparseBlockCOO. set(int r,
   SparseRow row,
   boolean deep) | 
| abstract void | SparseBlock. set(int r,
   SparseRow row,
   boolean deep)Set the values of row r to the given sparse row. | 
| void | SparseBlockMCSR. set(int r,
   SparseRow row,
   boolean deep) | 
| void | SparseBlockCSR. set(int r,
   SparseRow row,
   boolean deep) | 
| Constructor and Description | 
|---|
| SparseBlockCOO(SparseRow[] rows,
              int nnz)Copy constructor old sparse row representation. | 
| SparseBlockCSR(SparseRow[] rows,
              int nnz)Copy constructor old sparse row representation. | 
| SparseBlockMCSR(SparseRow[] rows,
               boolean deep)Copy constructor old sparse row representation. | 
| SparseRowVector(SparseRow that) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MatrixBlock. appendRow(int r,
         SparseRow row) | 
| void | MatrixBlock. appendRow(int r,
         SparseRow row,
         boolean deep) | 
Copyright © 2020 The Apache Software Foundation. All rights reserved.