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 Summary
Fields Modifier and Type Field Description InterestingPoint[]
freeMat
int[]
freePos
int
offset
-
Constructor Summary
Constructors Constructor Description SubProblem(int off, int[] pos, InterestingPoint[] mat)
-
-
-
Field Detail
-
offset
public int offset
-
freePos
public int[] freePos
-
freeMat
public InterestingPoint[] freeMat
-
-
Constructor Detail
-
SubProblem
public SubProblem(int off, int[] pos, InterestingPoint[] mat)
-
-