Package | Description |
---|---|
org.apache.sysds.runtime.functionobjects | |
org.apache.sysds.runtime.matrix.operators |
Modifier and Type | Class and Description |
---|---|
class |
DiagIndex |
class |
OffsetColumnIndex |
class |
ReduceAll |
class |
ReduceCol |
class |
ReduceDiag |
class |
ReduceRow |
class |
RevIndex |
class |
SortIndex
This index function is NOT used for actual sorting but just as a reference
in ReorgOperator in order to identify sort operations.
|
class |
SwapIndex |
Modifier and Type | Field and Description |
---|---|
IndexFunction |
ReorgOperator.fn |
IndexFunction |
AggregateUnaryOperator.indexFn |
IndexFunction |
AggregateTernaryOperator.indexFn |
Modifier and Type | Method and Description |
---|---|
ReorgOperator |
ReorgOperator.setFn(IndexFunction fn) |
Constructor and Description |
---|
AggregateTernaryOperator(ValueFunction inner,
AggregateOperator outer,
IndexFunction ixfun) |
AggregateTernaryOperator(ValueFunction inner,
AggregateOperator outer,
IndexFunction ixfun,
int numThreads) |
AggregateUnaryOperator(AggregateOperator aop,
IndexFunction iop) |
AggregateUnaryOperator(AggregateOperator aop,
IndexFunction iop,
int numThreads) |
ReorgOperator(IndexFunction p) |
ReorgOperator(IndexFunction p,
int numThreads) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.