Home
last modified time | relevance | path

Searched defs:polevl (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/SpecialFunctions/
DSpecialFunctionsImpl.h81 struct polevl { struct
86 return polevl<Scalar, N - 1>::run(x, coef) * x + coef[N]; in run() argument