Searched defs:ScopedSetValue (Results 1 - 1 of 1) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dc_api_test.cc166 class ScopedSetValue { class in namespace:ceres::internal
168 ScopedSetValue(T* variable, T new_value) function in class:ceres::internal::ScopedSetValue
172 ~ScopedSetValue() {
188 ScopedSetValue<double> outlier1x(&data[12], 2.5);
189 ScopedSetValue<double> outlier1y(&data[13], 1.0e3);
190 ScopedSetValue<double> outlier2x(&data[14], 3.2);
191 ScopedSetValue<double> outlier2y(&data[15], 30e3);

Completed in 85 milliseconds