|
HighMap library (C++)
|
This is the complete list of members for hmap::ChebyshevEvaluator, including all inherited members.
| ChebyshevEvaluator()=default | hmap::ChebyshevEvaluator | |
| ChebyshevEvaluator(std::vector< value_type > coefficients) | hmap::ChebyshevEvaluator | inlineexplicit |
| coefficients() const noexcept | hmap::ChebyshevEvaluator | inline |
| degree() const noexcept | hmap::ChebyshevEvaluator | inline |
| evaluate(value_type x) const noexcept | hmap::ChebyshevEvaluator | inline |
| evaluate_batch(InputIt begin, InputIt end, OutputIt out) const noexcept | hmap::ChebyshevEvaluator | inline |
| set_coefficients(std::vector< value_type > coefficients) | hmap::ChebyshevEvaluator | inline |
| value_type typedef | hmap::ChebyshevEvaluator |