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
409 PBQPRAGraph::RawMatrix M(NRegs.size() + 1, MRegs.size() + 1, 0); in createInterferenceEdge()480 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1, in apply()489 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply()500 PBQPRAGraph::RawMatrix &CostMat, in addVirtRegCoalesce()
183 PBQPRAGraph::RawMatrix costs(vRdAllowed->size() + 1, in addIntraChainConstraint()205 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge)); in addIntraChainConstraint()
276 using RawMatrix = PBQP::Matrix; variable