Uses of Class
org.apache.sysds.runtime.compress.utils.IntArrayList
-
-
Uses of IntArrayList in org.apache.sysds.runtime.compress.bitmap
Methods in org.apache.sysds.runtime.compress.bitmap that return IntArrayList Modifier and Type Method Description IntArrayList[]
ABitmap. getOffsetList()
Get all the offset lists.IntArrayList
ABitmap. getOffsetsList(int idx)
Get a specific offset list. -
Uses of IntArrayList in org.apache.sysds.runtime.compress.colgroup.indexes
Methods in org.apache.sysds.runtime.compress.colgroup.indexes with parameters of type IntArrayList Modifier and Type Method Description static IColIndex
ColIndexFactory. create(IntArrayList indexes)
-
Uses of IntArrayList in org.apache.sysds.runtime.compress.colgroup.insertionsort
Methods in org.apache.sysds.runtime.compress.colgroup.insertionsort with parameters of type IntArrayList Modifier and Type Method Description static AInsertionSorter
InsertionSorterFactory. create(int endLength, int numRows, IntArrayList[] offsets, InsertionSorterFactory.SORT_TYPE st)
static AInsertionSorter
InsertionSorterFactory. create(int numRows, IntArrayList[] offsets, InsertionSorterFactory.SORT_TYPE st)
static AInsertionSorter
InsertionSorterFactory. createNegative(int endLength, int numRows, IntArrayList[] offsets, int negativeIndex, InsertionSorterFactory.SORT_TYPE st)
static AInsertionSorter
InsertionSorterFactory. createNegative(int numRows, IntArrayList[] offsets, int negativeIndex, InsertionSorterFactory.SORT_TYPE st)
Constructors in org.apache.sysds.runtime.compress.colgroup.insertionsort with parameters of type IntArrayList Constructor Description AInsertionSorter(int endLength, int numRows, IntArrayList[] offsets)
AInsertionSorter(int endLength, int numRows, IntArrayList[] offsets, int negativeIndex)
MergeSort(int endLength, int numRows, IntArrayList[] offsets)
MergeSort(int endLength, int numRows, IntArrayList[] offsets, int negativeIndex)
-
Uses of IntArrayList in org.apache.sysds.runtime.compress.colgroup.offset
Methods in org.apache.sysds.runtime.compress.colgroup.offset with parameters of type IntArrayList Modifier and Type Method Description static AOffset
OffsetFactory. createOffset(IntArrayList indexes)
Create the offsets based on our primitive IntArrayList. -
Uses of IntArrayList in org.apache.sysds.runtime.compress.utils
Fields in org.apache.sysds.runtime.compress.utils declared as IntArrayList Modifier and Type Field Description IntArrayList
DblArrayIntListHashMap.DArrayIListEntry. value
IntArrayList
DoubleIntListHashMap.DIListEntry. value
Methods in org.apache.sysds.runtime.compress.utils that return IntArrayList Modifier and Type Method Description IntArrayList
DblArrayIntListHashMap. get(DblArray key)
IntArrayList
DoubleIntListHashMap. get(double key)
Methods in org.apache.sysds.runtime.compress.utils with parameters of type IntArrayList Modifier and Type Method Description void
IntArrayList. appendValue(IntArrayList value)
Constructors in org.apache.sysds.runtime.compress.utils with parameters of type IntArrayList Constructor Description DIListEntry(double ekey, IntArrayList evalue)
-