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