This file contains the function which transposes an automaton. More...
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 | transpose (Element< A, AI1 > &dst, const Element< A, AI2 > &src) |
Transposition of an automaton. | |
template<typename A , typename AI > | |
Element< A, AI > | transpose (const Element< A, AI > &src) |
Return a fresh transposed automaton. |
This file contains the function which transposes an automaton.
Definition in file algorithms/transpose.hh.