Searched refs:MatrixPtr (Results 1 – 2 of 2) sorted by relevance
56 typedef typename CostAllocator::MatrixPtr MatrixPtr; typedef102 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs) in EdgeEntry()166 MatrixPtr Costs;376 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); in addEdge()434 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); in setEdgeCosts()
133 typedef typename MatrixCostPool::PoolRef MatrixPtr; typedef139 MatrixPtr getMatrix(MatrixKeyT m) { return matrixPool.getCost(std::move(m)); } in getMatrix()