OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fd_2
(Results
1 - 1
of
1
) sorted by null
/external/ceres-solver/internal/ceres/
loss_function_test.cc
69
const double
fd_2
= (fwd[0] - 2*rho[0] + bwd[0]) / (kH * kH);
local
70
ASSERT_NEAR(
fd_2
, rho[2], 1e-6);
Completed in 169 milliseconds