|
stator
A math, geometry, and utility library
|
Worker class for symbolically evaluating a substitution on a Polynomial. More...
#include <polynomial.hpp>
Static Public Member Functions | |
| template<size_t Order, class PolyVar , class Coeff_t , class X > | |
| static auto | eval (const Polynomial< Order, Coeff_t, PolyVar > &f, const X &x) -> STATOR_AUTORETURN(f[Order]) |
This is the closure for the evaluation.
Definition at line 262 of file polynomial.hpp.
|
static |
1.8.13