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

/external/ceres-solver/internal/ceres/
H A Dautodiff_local_parameterization_test.cc148 double x_plus_delta_ref[4] = {0.0, 0.0, 0.0, 0.0}; local
153 ref_parameterization.Plus(x, delta, x_plus_delta_ref);
163 EXPECT_NEAR(x_plus_delta[i], x_plus_delta_ref[i], kTolerance);
H A Dlocal_parameterization_test.cc161 double x_plus_delta_ref[4] = {0.0, 0.0, 0.0, 0.0}; local
162 QuaternionProduct(q_delta, x, x_plus_delta_ref);
168 EXPECT_NEAR(x_plus_delta[i], x_plus_delta_ref[i], kTolerance);

Completed in 105 milliseconds