Go to the source code of this file.
|
template<typename ExpSet > |
expression_polynomialset_t< ExpSet > | vcsn::rat::make_expression_polynomialset (const ExpSet &rs) |
| From a ExpSet to its polynomialset. More...
|
|
template<typename ExpSet > |
rat::expression_polynomial_t< ExpSet > | vcsn::split (const ExpSet &rs, const typename ExpSet::value_t &e) |
| Split an expression. More...
|
|
template<typename ExpSet > |
polynomial | vcsn::dyn::detail::split (const expression &exp) |
| Bridge. More...
|
|
template<typename PolynomialSet > |
PolynomialSet::value_t | vcsn::split_polynomial (const PolynomialSet &ps, const typename PolynomialSet::value_t &p) |
| Split a polynomial of expressions, given the polynomialset. More...
|
|
template<typename ExpSet > |
rat::expression_polynomial_t< ExpSet > | vcsn::split (const ExpSet &rs, const rat::expression_polynomial_t< ExpSet > &p) |
| Split a polynomial of expressions, given the expressionset. More...
|
|
template<typename PolynomialSet > |
polynomial | vcsn::dyn::detail::split_polynomial (const polynomial &poly) |
| Bridge (split). More...
|
|