OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:solve_deg3
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/calib3d/src/
polynom_solver.h
6
int
solve_deg3
(double a, double b, double c, double d,
polynom_solver.cpp
31
int
solve_deg3
(double a, double b, double c, double d,
function
102
return
solve_deg3
(b, c, d, e, x0, x1, x2);
112
int n =
solve_deg3
(1, -c, d * b - 4 * e, 4 * c * e - d * d - b2 * e, r0, r1, r2);
Completed in 394 milliseconds