#include <memory>
#include <string>
#include <vcsn/dyn/fwd.hh>
#include <vcsn/misc/symbol.hh>
#include <vcsn/weightset/fwd.hh>
Go to the source code of this file.
|
| 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) |
| |