Searched refs:RawMatrix (Results 1 – 5 of 5) sorted by relevance
79 using RawMatrix = typename GraphT::RawMatrix; in applyR2() local108 RawMatrix Delta(YLen, ZLen); in applyR2()
52 using RawMatrix = typename SolverT::RawMatrix; variable
413 PBQPRAGraph::RawMatrix M(NRegs.size() + 1, MRegs.size() + 1, 0); in createInterferenceEdge()485 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1, in apply()494 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply()505 PBQPRAGraph::RawMatrix &CostMat, in addVirtRegCoalesce()
190 PBQPRAGraph::RawMatrix costs(vRdAllowed->size() + 1, in addIntraChainConstraint()212 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge)); in addIntraChainConstraint()
273 using RawMatrix = PBQP::Matrix; variable