Uses of Class
org.apache.sysds.runtime.compress.utils.DblArray
- 
Packages that use DblArray Package Description org.apache.sysds.runtime.compress.colgroup.scheme org.apache.sysds.runtime.compress.readers org.apache.sysds.runtime.compress.utils  - 
- 
Uses of DblArray in org.apache.sysds.runtime.compress.colgroup.scheme
Constructors in org.apache.sysds.runtime.compress.colgroup.scheme with parameters of type DblArray Constructor Description SDCSchemeMC(IColIndex cols, DblArrayCountHashMap map, DblArray def) - 
Uses of DblArray in org.apache.sysds.runtime.compress.readers
Methods in org.apache.sysds.runtime.compress.readers that return DblArray Modifier and Type Method Description DblArrayReaderColumnSelection. nextRow()Gets the next row, null when no more rows. - 
Uses of DblArray in org.apache.sysds.runtime.compress.utils
Fields in org.apache.sysds.runtime.compress.utils declared as DblArray Modifier and Type Field Description DblArrayACount.DArrCounts. keyDblArrayDblArrayIntListHashMap.DArrayIListEntry. keyMethods in org.apache.sysds.runtime.compress.utils that return DblArray Modifier and Type Method Description DblArrayACount.DArrCounts. key()Methods in org.apache.sysds.runtime.compress.utils that return types with arguments of type DblArray Modifier and Type Method Description ACount<DblArray>ACount.DArrCounts. get(DblArray key)Methods in org.apache.sysds.runtime.compress.utils with parameters of type DblArray Modifier and Type Method Description voidDblArrayIntListHashMap. appendValue(DblArray key, int value)booleanDblArray. equals(DblArray that)ACount<DblArray>ACount.DArrCounts. get(DblArray key)IntArrayListDblArrayIntListHashMap. get(DblArray key)ACount.DArrCountsACount.DArrCounts. inc(DblArray key, int c, int id)Method parameters in org.apache.sysds.runtime.compress.utils with type arguments of type DblArray Modifier and Type Method Description voidACount.DArrCounts. setNext(ACount<DblArray> e)Constructors in org.apache.sysds.runtime.compress.utils with parameters of type DblArray Constructor Description DArrCounts(DblArray key, int id)DArrCounts(DblArray key, int id, int count)DblArray(DblArray that) 
 -