Uses of Class
org.apache.sysds.runtime.functionobjects.IndexFunction
-
Packages that use IndexFunction Package Description org.apache.sysds.runtime.functionobjects org.apache.sysds.runtime.matrix.operators -
-
Uses of IndexFunction in org.apache.sysds.runtime.functionobjects
Subclasses of IndexFunction in org.apache.sysds.runtime.functionobjects Modifier and Type Class Description classDiagIndexclassOffsetColumnIndexclassReduceAllclassReduceColclassReduceDiagclassReduceRowclassRevIndexclassSortIndexThis index function is NOT used for actual sorting but just as a reference in ReorgOperator in order to identify sort operations.classSwapIndex -
Uses of IndexFunction in org.apache.sysds.runtime.matrix.operators
Fields in org.apache.sysds.runtime.matrix.operators declared as IndexFunction Modifier and Type Field Description IndexFunctionReorgOperator. fnIndexFunctionAggregateTernaryOperator. indexFnIndexFunctionAggregateUnaryOperator. indexFnMethods in org.apache.sysds.runtime.matrix.operators with parameters of type IndexFunction Modifier and Type Method Description ReorgOperatorReorgOperator. setFn(IndexFunction fn)
-