static MatrixBlock |
LibMatrixAgg.cumaggregateUnaryMatrix(MatrixBlock in,
MatrixBlock out,
UnaryOperator uop) |
static MatrixBlock |
LibMatrixAgg.cumaggregateUnaryMatrix(MatrixBlock in,
MatrixBlock out,
UnaryOperator uop,
double[] agg) |
static MatrixBlock |
LibMatrixAgg.cumaggregateUnaryMatrix(MatrixBlock in,
MatrixBlock out,
UnaryOperator uop,
int k) |
static boolean |
LibMatrixAgg.isSupportedUnaryOperator(UnaryOperator op) |
void |
MatrixCell.sparseUnaryOperationsInPlace(UnaryOperator op) |
void |
WeightedCell.sparseUnaryOperationsInPlace(UnaryOperator op) |
abstract MatrixValue |
MatrixValue.unaryOperations(UnaryOperator op,
MatrixValue result) |
MatrixValue |
MatrixCell.unaryOperations(UnaryOperator op,
MatrixValue result) |
MatrixBlock |
MatrixBlock.unaryOperations(UnaryOperator op,
MatrixValue result) |
MatrixValue |
WeightedCell.unaryOperations(UnaryOperator op,
MatrixValue result) |
MatrixValue |
CM_N_COVCell.unaryOperations(UnaryOperator op,
MatrixValue result) |