Package org.apache.sysds.runtime.codegen
Class SpoofOperator.SideInputSparseCell
- java.lang.Object
- 
- org.apache.sysds.runtime.codegen.SpoofOperator.SideInput
- 
- org.apache.sysds.runtime.codegen.SpoofOperator.SideInputSparseCell
 
 
- 
- Enclosing class:
- SpoofOperator
 
 public static class SpoofOperator.SideInputSparseCell extends SpoofOperator.SideInput 
- 
- 
Field Summary- 
Fields inherited from class org.apache.sysds.runtime.codegen.SpoofOperator.SideInputclen, ddat, mdat
 
- 
 - 
Constructor SummaryConstructors Constructor Description SideInputSparseCell(SpoofOperator.SideInput in)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description doublenext(int rowIndex, int colIndex)voidreset()- 
Methods inherited from class org.apache.sysds.runtime.codegen.SpoofOperator.SideInputgetValue, pos, values
 
- 
 
- 
- 
- 
Constructor Detail- 
SideInputSparseCellpublic SideInputSparseCell(SpoofOperator.SideInput in) 
 
- 
 - 
Method Detail- 
nextpublic double next(int rowIndex, int colIndex)
 - 
resetpublic void reset() - Overrides:
- resetin class- SpoofOperator.SideInput
 
 
- 
 
-