![]() |
Vcsn
2.8
Be Rational
|
#include <vcsn/algos/to-expression-expansion.hh>
#include <vcsn/ctx/context.hh>
#include <vcsn/ctx/traits.hh>
#include <vcsn/dyn/value.hh>
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... | |