Vcsn  2.2a
Be Rational
polynomial.hh File Reference
#include <memory>
#include <string>
#include <vcsn/dyn/fwd.hh>
#include <vcsn/misc/symbol.hh>
#include <vcsn/weightset/fwd.hh>
Include dependency graph for polynomial.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::dyn::detail::polynomial_base
 An abstract polynomial. More...
 
class  vcsn::dyn::detail::polynomial_wrapper< PolynomialSet >
 Aggregate a polynomial and its polynomialset. More...
 

Namespaces

 vcsn
 
 vcsn::dyn
 
 vcsn::dyn::detail
 

Functions

template<typename PolynomialSetLhs , typename PolynomialSetRhs >
auto vcsn::dyn::detail::join (const polynomial &lhs, const polynomial &rhs)
 Return the join of the polynomialset of two polynomials and their values in this new polynomialset. More...
 
template<typename PolynomialSet >
polynomial vcsn::dyn::make_polynomial (const PolynomialSet &ps, const typename PolynomialSet::value_t &p)