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

/external/ceres-solver/internal/ceres/
H A Dtrust_region_minimizer_test.cc212 void IsTrustRegionSolveSuccessful(TrustRegionStrategyType strategy_type) { function in namespace:ceres::internal
267 IsTrustRegionSolveSuccessful<true, true, true, true >(kStrategy);
268 IsTrustRegionSolveSuccessful<true, true, true, false>(kStrategy);
269 IsTrustRegionSolveSuccessful<true, false, true, true >(kStrategy);
270 IsTrustRegionSolveSuccessful<false, true, true, true >(kStrategy);
271 IsTrustRegionSolveSuccessful<true, true, false, false>(kStrategy);
272 IsTrustRegionSolveSuccessful<true, false, true, false>(kStrategy);
273 IsTrustRegionSolveSuccessful<false, true, true, false>(kStrategy);
274 IsTrustRegionSolveSuccessful<true, false, false, true >(kStrategy);
275 IsTrustRegionSolveSuccessful<fals
[all...]

Completed in 91 milliseconds