Go to the source code of this file.
Namespaces | |
namespace | vcsn |
Functions | |
template<typename A, typename T, typename U> | |
void | sum_here (Element< A, T > &lhs, const Element< A, U > &rhs) |
In place summing of two automata. | |
template<typename A, typename T, typename U> | |
Element< A, T > | sum (const Element< A, T > &lhs, const Element< A, U > &rhs) |
Summing of two automata. |
Functions to sum two automata.
Definition in file sum.hh.