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

  /external/ceres-solver/internal/ceres/
gradient_checking_cost_function.cc 59 bool IsClose(double x, double y, double relative_precision,
179 !IsClose(term_jacobian,
rotation_test.cc 676 bool IsClose(double x, double y) {
688 bool IsClose(const Jet<double, N> &x, const Jet<double, N> &y) {
689 if (IsClose(x.a, y.a)) {
691 if (!IsClose(x.v[i], y.v[i])) {
702 if (!IsClose(x[i], y[i])) {
712 EXPECT_TRUE(IsClose(x[i], y[i]));
    [all...]

Completed in 76 milliseconds