Searched refs:MatrixPtr (Results 1 – 3 of 3) sorted by relevance
58 typedef typename CostAllocator::MatrixPtr MatrixPtr; typedef105 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs) in EdgeEntry()169 MatrixPtr Costs;421 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); in addEdge()516 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); in updateEdgeCosts()530 const MatrixPtr& getEdgeCostsPtr(EdgeId EId) const { in getEdgeCostsPtr()
117 typedef typename MatrixCostPool::PoolRef MatrixPtr; typedef123 MatrixPtr getMatrix(MatrixKeyT m) { return MatrixPool.getValue(std::move(m)); } in getMatrix()
183 typedef DenseMap<IKey, PBQPRAGraph::MatrixPtr> IMatrixCache;