Searched refs:mutable_blocks (Results 1 - 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dproblem_impl.h188 void DeleteBlockInVector(vector<Block*>* mutable_blocks,
H A Dproblem_impl.cc477 void ProblemImpl::DeleteBlockInVector(vector<Block*>* mutable_blocks, argument
479 CHECK_EQ((*mutable_blocks)[block_to_remove->index()], block_to_remove)
484 << (*mutable_blocks)[block_to_remove->index()]->ToString();
488 Block* tmp = mutable_blocks->back();
492 (*mutable_blocks)[block_to_remove->index()] = tmp;
497 mutable_blocks->pop_back();

Completed in 979 milliseconds