Package | Description |
---|---|
org.apache.sysds.runtime.codegen | |
org.apache.sysds.runtime.functionobjects | |
org.apache.sysds.runtime.matrix.data | |
org.apache.sysds.runtime.matrix.operators |
Modifier and Type | Method and Description |
---|---|
static ValueFunction[] |
SpoofMultiAggregate.getAggFunctions(SpoofCellwise.AggOp[] aggOps) |
Modifier and Type | Class and Description |
---|---|
class |
And |
class |
BitwAnd |
class |
BitwOr |
class |
BitwShiftL |
class |
BitwShiftR |
class |
BitwXor |
class |
Builtin
Class with pre-defined set of objects.
|
class |
CM
GENERAL NOTE:
* 05/28/2014: We decided to do handle weights consistently to SPSS in an operation-specific manner,
i.e., we (1) round instead of casting where required (e.g.
|
class |
COV
GENERAL NOTE:
* 05/28/2014: We decided to do handle weights consistently to SPSS in an operation-specific manner,
i.e., we (1) round instead of casting where required (e.g.
|
class |
CTable |
class |
Divide |
class |
Equals |
class |
GreaterThan |
class |
GreaterThanEquals |
class |
IfElse |
class |
IntegerDivide |
class |
KahanFunction
Runtime function type to perform the summation of values using
the Kahan summation algorithm.
|
class |
KahanPlus |
class |
KahanPlusSq
Runtime function to perform the summation of squared values using
the Kahan summation algorithm.
|
class |
LessThan |
class |
LessThanEquals |
class |
Mean |
class |
Minus |
class |
Minus1Multiply |
class |
MinusMultiply |
class |
MinusNz |
class |
Modulus
Integer modulus, where we adhere to the defined R semantics:
("%% indicates x mod y and %/% indicates integer division.
|
class |
Multiply |
class |
Multiply2 |
class |
Not |
class |
NotEquals |
class |
Or |
class |
ParameterizedBuiltin
Function object for builtin function that takes a list of name=value parameters.
|
class |
Plus |
class |
PlusMultiply |
class |
Power |
class |
Power2 |
class |
TernaryValueFunction |
class |
ValueComparisonFunction
Abstraction for comparison (relational) operators in order to
force a proper implementation by all relevant subclasses.
|
class |
Xor |
Modifier and Type | Method and Description |
---|---|
static boolean |
Builtin.isBuiltinCode(ValueFunction fn,
Builtin.BuiltinCode code) |
Modifier and Type | Method and Description |
---|---|
static void |
LibMatrixMult.matrixMultWuMM(MatrixBlock mW,
MatrixBlock mU,
MatrixBlock mV,
MatrixBlock ret,
WeightedUnaryMM.WUMMType wt,
ValueFunction fn) |
static void |
LibMatrixMult.matrixMultWuMM(MatrixBlock mW,
MatrixBlock mU,
MatrixBlock mV,
MatrixBlock ret,
WeightedUnaryMM.WUMMType wt,
ValueFunction fn,
int k) |
Modifier and Type | Field and Description |
---|---|
ValueFunction |
AggregateBinaryOperator.binaryFn |
ValueFunction |
AggregateTernaryOperator.binaryFn |
ValueFunction |
UnaryOperator.fn |
ValueFunction |
BinaryOperator.fn |
ValueFunction |
CMOperator.fn |
ValueFunction |
QuaternaryOperator.fn |
ValueFunction |
ScalarOperator.fn |
Copyright © 2020 The Apache Software Foundation. All rights reserved.