| Package | Description | 
|---|---|
| org.apache.sysds.runtime.compress.colgroup | |
| org.apache.sysds.runtime.functionobjects | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract double | ADictionary. aggregate(double init,
         Builtin fn)Aggregate all the contained values, useful in value only computations where the operation is iterating through
 all values contained in the dictionary. | 
| double | Dictionary. aggregate(double init,
         Builtin fn) | 
| double | QDictionary. aggregate(double init,
         Builtin fn) | 
| void | ADictionary. aggregateCols(double[] c,
             Builtin fn,
             int[] colIndexes)Aggregates the columns into the target double array provided. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Builtin | Builtin. getBuiltinFnObject(Builtin.BuiltinCode code) | 
| static Builtin | Builtin. getBuiltinFnObject(String str) | 
Copyright © 2020 The Apache Software Foundation. All rights reserved.