Searched refs:MatrixPtr (Results 1 – 3 of 3) sorted by relevance
57 using MatrixPtr = typename CostAllocator::MatrixPtr; variable104 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs) in EdgeEntry()153 MatrixPtr Costs;415 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); in addEdge()510 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); in updateEdgeCosts()524 const MatrixPtr& getEdgeCostsPtr(EdgeId EId) const { in getEdgeCostsPtr()
117 using MatrixPtr = typename MatrixCostPool::PoolRef; variable123 template <typename MatrixKeyT> MatrixPtr getMatrix(MatrixKeyT m) { in getMatrix()
220 using IMatrixCache = DenseMap<IKey, PBQPRAGraph::MatrixPtr>;