Uses of Class
org.apache.sysds.runtime.functionobjects.Builtin
Packages that use Builtin
Package
Description
-
Uses of Builtin in org.apache.sysds.runtime.compress.colgroup.dictionary
Methods in org.apache.sysds.runtime.compress.colgroup.dictionary with parameters of type BuiltinModifier and TypeMethodDescriptiondoubledoubledoubledoubleAggregate all the contained values, useful in value only computations where the operation is iterating through all values contained in the dictionary.doubledoublevoidADictionary.aggregateCols(double[] c, Builtin fn, IColIndex colIndexes) voidDictionary.aggregateCols(double[] c, Builtin fn, IColIndex colIndexes) voidIdentityDictionary.aggregateCols(double[] c, Builtin fn, IColIndex colIndexes) voidIdentityDictionarySlice.aggregateCols(double[] c, Builtin fn, IColIndex colIndexes) voidIDictionary.aggregateCols(double[] c, Builtin fn, IColIndex colIndexes) Aggregates the columns into the target double array provided.voidMatrixBlockDictionary.aggregateCols(double[] c, Builtin fn, IColIndex colIndexes) voidADictionary.aggregateColsWithReference(double[] c, Builtin fn, IColIndex colIndexes, double[] reference, boolean def) voidDictionary.aggregateColsWithReference(double[] c, Builtin fn, IColIndex colIndexes, double[] reference, boolean def) voidIDictionary.aggregateColsWithReference(double[] c, Builtin fn, IColIndex colIndexes, double[] reference, boolean def) Aggregates the columns into the target double array provided.voidMatrixBlockDictionary.aggregateColsWithReference(double[] c, Builtin fn, IColIndex colIndexes, double[] reference, boolean def) double[]ADictionary.aggregateRows(Builtin fn, int nCol) double[]Dictionary.aggregateRows(Builtin fn, int nCol) double[]IdentityDictionary.aggregateRows(Builtin fn, int nCol) double[]IdentityDictionarySlice.aggregateRows(Builtin fn, int nCol) double[]IDictionary.aggregateRows(Builtin fn, int nCol) Aggregate all entries in the rows.double[]MatrixBlockDictionary.aggregateRows(Builtin fn, int nCol) double[]ADictionary.aggregateRowsWithDefault(Builtin fn, double[] defaultTuple) double[]Dictionary.aggregateRowsWithDefault(Builtin fn, double[] defaultTuple) double[]IDictionary.aggregateRowsWithDefault(Builtin fn, double[] defaultTuple) Aggregate all entries in the rows of the dictionary with a extra cell in the end that contains the aggregate of the given defaultTuple.double[]MatrixBlockDictionary.aggregateRowsWithDefault(Builtin fn, double[] defaultTuple) double[]ADictionary.aggregateRowsWithReference(Builtin fn, double[] reference) double[]Dictionary.aggregateRowsWithReference(Builtin fn, double[] reference) double[]IDictionary.aggregateRowsWithReference(Builtin fn, double[] reference) Aggregate all entries in the rows with an offset value reference added.double[]MatrixBlockDictionary.aggregateRowsWithReference(Builtin fn, double[] reference) doubleADictionary.aggregateWithReference(double init, Builtin fn, double[] reference, boolean def) doubleDictionary.aggregateWithReference(double init, Builtin fn, double[] reference, boolean def) doubleIDictionary.aggregateWithReference(double init, Builtin fn, double[] reference, boolean def) Aggregate all the contained values, with a reference offset.doubleMatrixBlockDictionary.aggregateWithReference(double init, Builtin fn, double[] reference, boolean def) -
Uses of Builtin in org.apache.sysds.runtime.functionobjects
Subclasses of Builtin in org.apache.sysds.runtime.functionobjectsMethods in org.apache.sysds.runtime.functionobjects that return BuiltinModifier and TypeMethodDescriptionstatic BuiltinBuiltin.getBuiltinFnObject(String str) static BuiltinBuiltin.getBuiltinFnObject(Builtin.BuiltinCode code)