HomeSort by relevance Sort by last modified time
    Searched refs:x_plus_delta_ref (Results 1 - 2 of 2) sorted by null

  /external/ceres-solver/internal/ceres/
autodiff_local_parameterization_test.cc 148 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);
local_parameterization_test.cc 161 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 106 milliseconds