Class SparseBlockCSC.NonEmptyRowsIteratorCSC

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

public class SparseBlockCSC.NonEmptyRowsIteratorCSC extends Object implements Iterator<Integer>
  • Constructor Details

    • NonEmptyRowsIteratorCSC

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