public class SortIndex extends IndexFunction
Constructor and Description |
---|
SortIndex(int[] cols,
boolean decreasing,
boolean indexreturn) |
SortIndex(int col,
boolean decreasing,
boolean indexreturn) |
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) |
int[] |
getCols() |
boolean |
getDecreasing() |
boolean |
getIndexReturn() |
public SortIndex(int col, boolean decreasing, boolean indexreturn)
public SortIndex(int[] cols, boolean decreasing, boolean indexreturn)
public int[] getCols()
public boolean getDecreasing()
public boolean getIndexReturn()
public boolean computeDimension(int row, int col, MatrixValue.CellIndex retDim)
computeDimension
in class IndexFunction
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(DataCharacteristics in, DataCharacteristics out)
computeDimension
in class IndexFunction
Copyright © 2020 The Apache Software Foundation. All rights reserved.