HomeSort by relevance Sort by last modified time
    Searched refs:db_SolveQuarticForced (Results 1 - 2 of 2) sorted by null

  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_poly.h 89 DB_API void db_SolveQuarticForced(double *roots,int *nr_roots,double a,double b,double c,double d,double e);
289 if(forced) db_SolveQuarticForced(lambda,nr_roots,p[4],p[3],p[2],p[1],p[0]);
db_utilities_poly.cpp 166 void db_SolveQuarticForced(double *roots,int *nr_roots,double a,double b,double c,double d,double e)

Completed in 291 milliseconds