Go to the source code of this file.
|
| #define | DEFINE(Type) |
| | These are just propagated as monomials. More...
|
| |
|
| 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...
|
| |
◆ DEFINE
Value: { \
res_ = polynomial_t{{e.shared_from_this(), ws_.one()}}; \
}
#define VCSN_RAT_VISIT(Type, Val)
These are just propagated as monomials.
Definition at line 177 of file split.hh.