public class ReduceAll extends IndexFunction
Modifier and Type | Method and Description |
---|---|
boolean |
computeDimension(DataCharacteristics in,
DataCharacteristics out) |
boolean |
computeDimension(int row,
int col,
MatrixValue.CellIndex retDim) |
void |
execute(MatrixIndexes in,
MatrixIndexes out) |
void |
execute(MatrixValue.CellIndex in,
MatrixValue.CellIndex out) |
static ReduceAll |
getReduceAllFnObject() |
public static ReduceAll getReduceAllFnObject()
public void execute(MatrixIndexes in, MatrixIndexes out)
execute
in class IndexFunction
public void execute(MatrixValue.CellIndex in, MatrixValue.CellIndex out)
execute
in class IndexFunction
public boolean computeDimension(int row, int col, MatrixValue.CellIndex retDim)
computeDimension
in class IndexFunction
public boolean computeDimension(DataCharacteristics in, DataCharacteristics out)
computeDimension
in class IndexFunction
Copyright © 2020 The Apache Software Foundation. All rights reserved.