Searched refs:RawMatrix (Results 1 – 5 of 5) sorted by relevance
78 typedef typename GraphT::RawMatrix RawMatrix; in applyR2() typedef107 RawMatrix Delta(YLen, ZLen); in applyR2()
54 typedef typename SolverT::RawMatrix RawMatrix; typedef
378 PBQPRAGraph::RawMatrix M(NRegs.size() + 1, MRegs.size() + 1, 0); in createInterferenceEdge()452 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1, in apply()461 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply()473 PBQPRAGraph::RawMatrix &CostMat, in addVirtRegCoalesce()
191 PBQPRAGraph::RawMatrix costs(vRdAllowed->size() + 1, in addIntraChainConstraint()213 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge)); in addIntraChainConstraint()
333 typedef PBQP::Matrix RawMatrix; typedef