Home
last modified time | relevance | path

Searched refs:q_max (Results 1 – 1 of 1) sorted by relevance

/external/ceres-solver/internal/ceres/
Dtest_util.cc79 double q_max = 0; in ExpectArraysCloseUptoScale() local
88 if (std::abs(q[i]) > q_max) { in ExpectArraysCloseUptoScale()
89 q_max = std::abs(q[i]); in ExpectArraysCloseUptoScale()
98 CHECK_NE(q_max, 0.0); in ExpectArraysCloseUptoScale()