| Package | Description | 
|---|---|
| org.apache.sysds.runtime.data | |
| org.apache.sysds.runtime.matrix.data | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterator<IJV> | SparseBlockCOO. getIterator() | 
| Iterator<IJV> | SparseBlock. getIterator()Get a non-zero iterator over the entire sparse block. | 
| Iterator<IJV> | SparseBlockCOO. getIterator(int ru) | 
| Iterator<IJV> | SparseBlock. getIterator(int ru)Get a non-zero iterator over the partial sparse block [0,ru). | 
| Iterator<IJV> | SparseBlockCOO. getIterator(int rl,
           int ru) | 
| Iterator<IJV> | SparseBlock. getIterator(int rl,
           int ru)Get a non-zero iterator over the subblock [rl, ru). | 
| Modifier and Type | Method and Description | 
|---|---|
| IJV | IJV. set(int i,
   int j,
   double v) | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterator<IJV> | MatrixBlock. getSparseBlockIterator() | 
| Iterator<IJV> | MatrixBlock. getSparseBlockIterator(int rl,
                      int ru) | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.