void mmx::upoldse_::dhorner | ( | real_t & | p, | |
real_t & | dp, | |||
real_t const *const | mnms, | |||
unsigned | sz, | |||
const real_t & | t | |||
) | [inline] |
Definition at line 23 of file loops_upoldse.hpp.
Referenced by bsearch_newton2< real_t >::reach(), and bsearch_newton< real_t >::reach().
void mmx::upoldse_::diff | ( | real_t * | dst, | |
real_t const *const | src, | |||
unsigned | sz, | |||
int | st | |||
) | [inline] |
Definition at line 14 of file loops_upoldse.hpp.
real_t mmx::upoldse_::horner | ( | real_t const *const | mnms, | |
unsigned | sz, | |||
const real_t & | t, | |||
int | st = 1 | |||
) | [inline] |
Definition at line 20 of file loops_upoldse.hpp.
References horner().
00021 { real_t res; horner(res,mnms,sz,t,st); return res; };
void mmx::upoldse_::horner | ( | parm_t & | res, | |
coeff_t const *const | mnms, | |||
unsigned | sz, | |||
const parm_t & | t, | |||
int | st = 1 | |||
) | [inline] |
Definition at line 17 of file loops_upoldse.hpp.
Referenced by mmx::tensor::eval(), horner(), mmx::tensor::levalm(), eenv_base::meval(), eenv_base::monoms_eval(), bsearch_newton2< real_t >::reach(), bsearch_newton< real_t >::reach(), and bsearch< real_t >::reach().