protected static SpoofOperator.SideInput[] |
SpoofOperator.createSparseSideInputs(SpoofOperator.SideInput[] input) |
protected static SpoofOperator.SideInput[] |
SpoofOperator.createSparseSideInputs(SpoofOperator.SideInput[] input,
boolean row) |
protected void |
SpoofRowwise.genexec(double[] avals,
int[] aix,
int ai,
SpoofOperator.SideInput[] b,
double[] scalars,
double[] c,
int ci,
int alen,
int n,
int rix) |
protected abstract void |
SpoofRowwise.genexec(double[] avals,
int[] aix,
int ai,
SpoofOperator.SideInput[] b,
double[] scalars,
double[] c,
int ci,
int alen,
int n,
long grix,
int rix) |
protected void |
SpoofRowwise.genexec(double[] a,
int ai,
SpoofOperator.SideInput[] b,
double[] scalars,
double[] c,
int ci,
int len,
int rix) |
protected abstract void |
SpoofRowwise.genexec(double[] a,
int ai,
SpoofOperator.SideInput[] b,
double[] scalars,
double[] c,
int ci,
int len,
long grix,
int rix) |
protected void |
SpoofMultiAggregate.genexec(double a,
SpoofOperator.SideInput[] b,
double[] scalars,
double[] c,
int m,
int n,
int rix,
int cix) |
protected abstract void |
SpoofMultiAggregate.genexec(double a,
SpoofOperator.SideInput[] b,
double[] scalars,
double[] c,
int m,
int n,
long grix,
int rix,
int cix) |
protected double |
SpoofCellwise.genexec(double a,
SpoofOperator.SideInput[] b,
double[] scalars,
int m,
int n,
int rix,
int cix) |
protected abstract double |
SpoofCellwise.genexec(double a,
SpoofOperator.SideInput[] b,
double[] scalars,
int m,
int n,
long gix,
int rix,
int cix) |
protected abstract double |
SpoofOuterProduct.genexecCellwise(double a,
double[] u,
int ui,
double[] v,
int vi,
SpoofOperator.SideInput[] b,
double[] scalars,
int m,
int n,
int k,
int rowIndex,
int colIndex) |
protected abstract void |
SpoofOuterProduct.genexecDense(double a,
double[] u,
int ui,
double[] v,
int vi,
SpoofOperator.SideInput[] b,
double[] scalars,
double[] c,
int ci,
int m,
int n,
int k,
int rowIndex,
int colIndex) |
static DenseBlock[] |
SpoofOperator.getDenseMatrices(SpoofOperator.SideInput[] inputs) |
protected static double |
SpoofOperator.getValue(SpoofOperator.SideInput data,
double rowIndex) |
protected static double |
SpoofOperator.getValue(SpoofOperator.SideInput data,
int rowIndex) |
protected static double |
SpoofOperator.getValue(SpoofOperator.SideInput data,
int n,
double rowIndex,
double colIndex) |
protected static double |
SpoofOperator.getValue(SpoofOperator.SideInput data,
int n,
int rowIndex,
int colIndex) |
protected static double[] |
SpoofOperator.getVector(SpoofOperator.SideInput data,
int n,
double rowIndex,
double colIndex) |
protected static double[] |
SpoofOperator.getVector(SpoofOperator.SideInput data,
int n,
int rowIndex,
int colIndex) |