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.IntArrayListABitmap. 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 IColIndexColIndexFactory. 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 AInsertionSorterInsertionSorterFactory. create(int endLength, int numRows, IntArrayList[] offsets, InsertionSorterFactory.SORT_TYPE st)static AInsertionSorterInsertionSorterFactory. create(int numRows, IntArrayList[] offsets, InsertionSorterFactory.SORT_TYPE st)static AInsertionSorterInsertionSorterFactory. createNegative(int endLength, int numRows, IntArrayList[] offsets, int negativeIndex, InsertionSorterFactory.SORT_TYPE st)static AInsertionSorterInsertionSorterFactory. 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.mapping
Methods in org.apache.sysds.runtime.compress.colgroup.mapping with parameters of type IntArrayList Modifier and Type Method Description static AMapToDataMapToFactory. create(int unique, IntArrayList values) -
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 AOffsetOffsetFactory. 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 IntArrayListDblArrayIntListHashMap.DArrayIListEntry. valueIntArrayListDoubleIntListHashMap.DIListEntry. valueMethods in org.apache.sysds.runtime.compress.utils that return IntArrayList Modifier and Type Method Description IntArrayListDblArrayIntListHashMap. get(DblArray key)IntArrayListDoubleIntListHashMap. get(double key)Methods in org.apache.sysds.runtime.compress.utils with parameters of type IntArrayList Modifier and Type Method Description voidIntArrayList. appendValue(IntArrayList value)Constructors in org.apache.sysds.runtime.compress.utils with parameters of type IntArrayList Constructor Description DIListEntry(double ekey, IntArrayList evalue)
-