Uses of Class
org.apache.sysds.runtime.compress.utils.DblArray
-
Packages that use DblArray Package Description org.apache.sysds.runtime.compress.readers org.apache.sysds.runtime.compress.utils -
-
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 DblArray
ReaderColumnSelection. 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 DblArray
DArrCounts. key
DblArray
DblArrayIntListHashMap.DArrayIListEntry. key
Methods in org.apache.sysds.runtime.compress.utils with parameters of type DblArray Modifier and Type Method Description void
DblArrayIntListHashMap. appendValue(DblArray key, int value)
boolean
DblArray. equals(DblArray that)
int
DblArrayCountHashMap. get(DblArray key)
Get the value on a key, if the key is not inside a NullPointerException is thrown.IntArrayList
DblArrayIntListHashMap. get(DblArray key)
int
DblArrayCountHashMap. increment(DblArray key)
Increment the key, and return the Id of the value incremented.boolean
DblArrayIntListHashMap.DArrayIListEntry. keyEquals(DblArray keyThat)
Constructors in org.apache.sysds.runtime.compress.utils with parameters of type DblArray Constructor Description DArrayIListEntry(DblArray ekey, IntArrayList evalue)
DArrCounts(DblArray key, int id)
DblArray(DblArray that)
-