Class CPlanMemoTable.MemoTableEntrySet
- java.lang.Object
- 
- org.apache.sysds.hops.codegen.template.CPlanMemoTable.MemoTableEntrySet
 
- 
- Enclosing class:
- CPlanMemoTable
 
 public static class CPlanMemoTable.MemoTableEntrySet extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description ArrayList<CPlanMemoTable.MemoTableEntry>plans
 - 
Constructor SummaryConstructors Constructor Description MemoTableEntrySet(Hop hop, Hop c, TemplateBase tpl)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcrossProduct(int pos, Long... refs)StringtoString()
 
- 
- 
- 
Field Detail- 
planspublic ArrayList<CPlanMemoTable.MemoTableEntry> plans 
 
- 
 - 
Constructor Detail- 
MemoTableEntrySetpublic MemoTableEntrySet(Hop hop, Hop c, TemplateBase tpl) 
 
- 
 
-