|
| Polynomial (int size, const T &value=T{0}) |
|
| Polynomial (array_type coefs) |
|
| Polynomial (std::initializer_list< T > coefs) |
|
| Polynomial (const Polynomial &rhs) |
|
Polynomial & | operator= (const Polynomial &rhs) |
|
| Polynomial (Polynomial &&rhs) |
|
Polynomial & | operator= (Polynomial &&rhs) |
|
value_type | evaluate (value_type x) const |
|
value_type | operator() (value_type x) const |
|
const value_type & | operator[] (int i) const noexcept |
|
value_type & | operator[] (int i) noexcept |
|
const_pointer | begin () const noexcept |
|
pointer | begin () noexcept |
|
const_pointer | end () const noexcept |
|
pointer | end () noexcept |
|
int | size () const noexcept |
|
int | order () const noexcept |
|
void | swap (Polynomial &rhs) |
|
const array_type & | coefficients () const noexcept |
|
array_type & | coefficients () noexcept |
|
const value_type & | coefficients (int i) const noexcept |
|
value_type & | coefficients (int i) noexcept |
|
complex_polynomial | reciprocal () const |
|
template<class T>
class vtb::core::Polynomial< T >
Definition at line 24 of file polynomial.hh.