OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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,
169
!
IsClose
(term_jacobian,
rotation_test.cc
641
bool
IsClose
(double x, double y) {
653
bool
IsClose
(const Jet<double, N> &x, const Jet<double, N> &y) {
654
if (
IsClose
(x.a, y.a)) {
656
if (!
IsClose
(x.v[i], y.v[i])) {
667
if (!
IsClose
(x[i], y[i])) {
677
EXPECT_TRUE(
IsClose
(x[i], y[i]));
Completed in 37 milliseconds