OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:solve_deg2
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/calib3d/src/
polynom_solver.h
4
int
solve_deg2
(double a, double b, double c, double & x1, double & x2);
polynom_solver.cpp
7
int
solve_deg2
(double a, double b, double c, double & x1, double & x2)
function
46
return
solve_deg2
(b, c, d, x0, x1);
Completed in 90 milliseconds