Home
last modified time | relevance | path

Searched refs:GetResidualBlocks (Results 1 – 6 of 6) sorted by relevance

/external/ceres-solver/internal/ceres/
Dproblem.cc242 void Problem::GetResidualBlocks( in GetResidualBlocks() function in ceres::Problem
244 problem_impl_->GetResidualBlocks(residual_blocks); in GetResidualBlocks()
Dproblem_impl.h154 void GetResidualBlocks(vector<ResidualBlockId>* residual_blocks) const;
Dproblem_impl.cc809 void ProblemImpl::GetResidualBlocks( in GetResidualBlocks() function in ceres::internal::ProblemImpl
Dproblem_test.cc886 problem.GetResidualBlocks(&residual_blocks); in ExpectProblemHasResidualBlocks()
/external/ceres-solver/include/ceres/
Dproblem.h364 void GetResidualBlocks(vector<ResidualBlockId>* residual_blocks) const;
/external/ceres-solver/docs/source/
Dmodeling.rst1474 .. function:: void Problem::GetResidualBlocks(vector<ResidualBlockId>* residual_blocks) const