Searched refs:poly_eval_horner (Results 1 – 1 of 1) sorted by relevance
28 T poly_eval_horner( const Polynomials& poly, const T& x ) in poly_eval_horner() function51 return poly_eval_horner( poly, x ); } in poly_eval()