Searched refs:IsClose (Results 1 – 2 of 2) sorted by relevance
/external/ceres-solver/internal/ceres/ |
D | rotation_test.cc | 641 bool IsClose(double x, double y) { in IsClose() function 653 bool IsClose(const Jet<double, N> &x, const Jet<double, N> &y) { in IsClose() function 654 if (IsClose(x.a, y.a)) { in IsClose() 656 if (!IsClose(x.v[i], y.v[i])) { in IsClose() 667 if (!IsClose(x[i], y[i])) { in ExpectJetArraysClose() 677 EXPECT_TRUE(IsClose(x[i], y[i])); in ExpectJetArraysClose()
|
D | gradient_checking_cost_function.cc | 59 bool IsClose(double x, double y, double relative_precision, in IsClose() function 169 !IsClose(term_jacobian, in Evaluate()
|