Uses of Class
org.apache.sysds.runtime.compress.utils.IntArrayList
Packages that use IntArrayList
Package
Description
-
Uses of IntArrayList in org.apache.sysds.runtime.compress.bitmap
Methods in org.apache.sysds.runtime.compress.bitmap that return IntArrayListModifier and TypeMethodDescriptionfinal IntArrayList[]ABitmap.getOffsetList()Get all the offset lists.final IntArrayListABitmap.getOffsetsList(int idx) Get a specific offset list. -
Uses of IntArrayList in org.apache.sysds.runtime.compress.colgroup.dictionary
Methods in org.apache.sysds.runtime.compress.colgroup.dictionary with parameters of type IntArrayListModifier and TypeMethodDescriptionDeltaDictionary.sliceColumns(IntArrayList selectedColumns, int nCol) Dictionary.sliceColumns(IntArrayList selectedColumns, int nCol) IdentityDictionary.sliceColumns(IntArrayList selectedColumns, int nCol) IdentityDictionarySlice.sliceColumns(IntArrayList selectedColumns, int nCol) IDictionary.sliceColumns(IntArrayList selectedColumns, int nCol) Slice out the selected columns given of this encoded group.MatrixBlockDictionary.sliceColumns(IntArrayList selectedColumns, int nCol) static double[]MatrixBlockDictionary.sliceColumns(MatrixBlock mb, IntArrayList selectedColumns) PlaceHolderDict.sliceColumns(IntArrayList selectedColumns, int nCol) QDictionary.sliceColumns(IntArrayList selectedColumns, int nCol) -
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 -
Uses of IntArrayList in org.apache.sysds.runtime.compress.colgroup.insertionsort
Methods in org.apache.sysds.runtime.compress.colgroup.insertionsort with parameters of type IntArrayListModifier and TypeMethodDescriptionstatic 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 IntArrayListModifierConstructorDescriptionAInsertionSorter(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 IntArrayListModifier and TypeMethodDescriptionstatic AMapToDataMapToFactory.create(int unique, IntArrayList values) AMapToData.removeEmpty(IntArrayList select) Use the offsets of the select vector to choose which values to keep. -
Uses of IntArrayList in org.apache.sysds.runtime.compress.colgroup.offset
Fields in org.apache.sysds.runtime.compress.colgroup.offset declared as IntArrayListMethods in org.apache.sysds.runtime.compress.colgroup.offset with parameters of type IntArrayListModifier and TypeMethodDescriptionstatic 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 IntArrayListModifier and TypeFieldDescriptionfinal IntArrayListDblArrayIntListHashMap.DArrayIListEntry.valueDoubleIntListHashMap.DIListEntry.valueMethods in org.apache.sysds.runtime.compress.utils that return IntArrayListMethods in org.apache.sysds.runtime.compress.utils with parameters of type IntArrayListConstructors in org.apache.sysds.runtime.compress.utils with parameters of type IntArrayList