Class ReachabilityGraph.SubProblem
- java.lang.Object
- 
- org.apache.sysds.hops.codegen.opt.ReachabilityGraph.SubProblem
 
- 
- Enclosing class:
- ReachabilityGraph
 
 public static class ReachabilityGraph.SubProblem extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description InterestingPoint[]freeMatint[]freePosintoffset
 - 
Constructor SummaryConstructors Constructor Description SubProblem(int off, int[] pos, InterestingPoint[] mat)
 
- 
- 
- 
Field Detail- 
offsetpublic int offset 
 - 
freePospublic int[] freePos 
 - 
freeMatpublic InterestingPoint[] freeMat 
 
- 
 - 
Constructor Detail- 
SubProblempublic SubProblem(int off, int[] pos, InterestingPoint[] mat)
 
- 
 
-