Vcsn
2.0
Be Rational
|
An abstract polynomial. More...
#include <polynomial.hh>
Public Member Functions | |
virtual std::string | vname (bool full=true) const =0 |
A description of the polynomial. More... | |
template<typename PolynomialSet > | |
polynomial_wrapper < PolynomialSet > & | as () |
template<typename PolynomialSet > | |
const polynomial_wrapper < PolynomialSet > & | as () const |
virtual bool | empty () const =0 |
Whether is zero. More... | |
An abstract polynomial.
Definition at line 17 of file polynomial.hh.
|
inline |
Definition at line 26 of file polynomial.hh.
|
inline |
Definition at line 32 of file polynomial.hh.
|
pure virtual |
Whether is zero.
Implemented in vcsn::dyn::detail::polynomial_wrapper< PolynomialSet >.
|
pure virtual |
A description of the polynomial.
full | whether to include the genset. if false, same as sname. |
Implemented in vcsn::dyn::detail::polynomial_wrapper< PolynomialSet >.