Package org.apache.sysds.runtime.codegen
Class SpoofOperator.SideInput
- java.lang.Object
-
- org.apache.sysds.runtime.codegen.SpoofOperator.SideInput
-
- Direct Known Subclasses:
SpoofOperator.SideInputSparseCell
,SpoofOperator.SideInputSparseRow
- Enclosing class:
- SpoofOperator
public static class SpoofOperator.SideInput extends Object
-
-
Field Summary
Fields Modifier and Type Field Description int
clen
DenseBlock
ddat
MatrixBlock
mdat
-
Constructor Summary
Constructors Constructor Description SideInput(DenseBlock ddata, MatrixBlock mdata, int clength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getValue(int r, int c)
int
pos(int r)
void
reset()
double[]
values(int r)
-
-
-
Field Detail
-
ddat
public final DenseBlock ddat
-
mdat
public final MatrixBlock mdat
-
clen
public final int clen
-
-
Constructor Detail
-
SideInput
public SideInput(DenseBlock ddata, MatrixBlock mdata, int clength)
-
-