Searched refs:db_SolveQuartic (Results 1 – 2 of 2) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_poly.h | 84 DB_API void db_SolveQuartic(double *roots,int *nr_roots,double a,double b,double c,double d,double … 290 else db_SolveQuartic(lambda,nr_roots,p[4],p[3],p[2],p[1],p[0]);
|
D | db_utilities_poly.cpp | 94 void db_SolveQuartic(double *roots,int *nr_roots,double a,double b,double c,double d,double e) in db_SolveQuartic() function
|