Vcsn  2.2
Be Rational
sum.hh File Reference
Include dependency graph for sum.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<Automaton Aut1, Automaton Aut2>
Aut1 & vcsn::sum_here (Aut1 &res, const Aut2 &b, deterministic_tag)
 Merge transitions of b into those of res. More...
 
template<Automaton Aut1, Automaton Aut2>
Aut1 & vcsn::sum_here (Aut1 &res, const Aut2 &b, standard_tag)
 Merge transitions of b into those of res. More...
 
template<Automaton Aut1, Automaton Aut2>
Aut1 & vcsn::sum_here (Aut1 &res, const Aut2 &b, general_tag)
 Merge transitions of b into those of res. More...
 
template<Automaton Aut1, Automaton Aut2, typename Tag = general_tag>
auto vcsn::sum (const Aut1 &lhs, const Aut2 &rhs, Tag tag={}) -> decltype(join_automata(lhs, rhs))
 The sum of two automata. More...
 
template<Automaton Lhs, Automaton Rhs, typename String >
automaton vcsn::dyn::detail::sum (const automaton &lhs, const automaton &rhs, const std::string &algo)
 Bridge. More...
 
template<typename ValueSet >
ValueSet::value_t vcsn::sum (const ValueSet &vs, const typename ValueSet::value_t &lhs, const typename ValueSet::value_t &rhs)
 Sums of values. More...
 
template<typename PolynomialSetLhs , typename PolynomialSetRhs >
polynomial vcsn::dyn::detail::sum_polynomial (const polynomial &lhs, const polynomial &rhs)
 Bridge (sum). More...
 
template<typename ExpansionSetLhs , typename ExpansionSetRhs >
expansion vcsn::dyn::detail::sum_expansion (const expansion &lhs, const expansion &rhs)
 Bridge (sum). More...
 
template<typename ExpSetLhs , typename ExpSetRhs >
expression vcsn::dyn::detail::sum_expression (const expression &lhs, const expression &rhs)
 Bridge (sum). More...
 
template<typename WeightSetLhs , typename WeightSetRhs >
weight vcsn::dyn::detail::sum_weight (const weight &lhs, const weight &rhs)
 Bridge (sum). More...