Class SparseBlockCOO.NonEmptyRowsIteratorCOO

java.lang.Object
org.apache.sysds.runtime.data.SparseBlockCOO.NonEmptyRowsIteratorCOO
All Implemented Interfaces:
Iterator<Integer>
Enclosing class:
SparseBlockCOO

public class SparseBlockCOO.NonEmptyRowsIteratorCOO extends Object implements Iterator<Integer>
  • Constructor Details

    • NonEmptyRowsIteratorCOO

      public NonEmptyRowsIteratorCOO(int rl, int ru)
  • Method Details