Vcsn
2.2
Be Rational
|
An abstract polynomial. More...
#include <polynomial.hh>
Public Member Functions | |
virtual symbol | vname () const =0 |
A description of the polynomial. More... | |
template<typename PolynomialSet > | |
auto & | as () |
template<typename PolynomialSet > | |
auto & | as () const |
virtual bool | empty () const =0 |
Whether is zero. More... | |
An abstract polynomial.
Definition at line 18 of file polynomial.hh.
|
inline |
Definition at line 25 of file polynomial.hh.
References vcsn::dyn::detail::dyn_cast().
|
inline |
Definition at line 31 of file polynomial.hh.
References vcsn::dyn::detail::dyn_cast().
|
pure virtual |
Whether is zero.
Implemented in vcsn::dyn::detail::polynomial_wrapper< PolynomialSet >.
|
pure virtual |
A description of the polynomial.
Implemented in vcsn::dyn::detail::polynomial_wrapper< PolynomialSet >.