Go to the source code of this file.
|
template<class InputIt , class T > |
constexpr T | math::polynomial::horner (InputIt first, InputIt last, T x) |
| Evaluates a polynomial using Horner's method. More...
|
|
template<class InputIt , class T > |
T | math::polynomial::chebyshev::evaluate (InputIt first, InputIt last, T x) |
| Evaluates a Chebyshev polynomial. More...
|
|
template<class InputIt , class T > |
T | math::polynomial::chebyshev::evaluate (InputIt first, InputIt last, T min, T max, T x) |
| Evaluates a Chebyshev polynomial. More...
|
|