Vcsn  2.8
Be Rational
infiltrate-expression.hh File Reference
Include dependency graph for infiltrate-expression.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Functions

template<typename ValueSet >
ValueSet::value_t vcsn::infiltrate (const ValueSet &vs, const typename ValueSet::value_t &lhs, const typename ValueSet::value_t &rhs)
 Infiltration product of values. More...
 
template<typename ValueSetLhs , typename ValueSetRhs , typename Value >
Value vcsn::dyn::detail::infiltrate_value (const Value &lhs, const Value &rhs)
 
template<typename ExpSetLhs , typename ExpSetRhs >
expression vcsn::dyn::detail::infiltrate_expression (const expression &lhs, const expression &rhs)
 Bridge (infiltrate). More...
 
template<typename SetLhs , typename SetRhs >
polynomial vcsn::dyn::detail::infiltrate_polynomial (const polynomial &lhs, const polynomial &rhs)
 Bridge (infiltrate). More...