Go to the documentation of this file.
17 #ifndef VCSN_ALGORITHMS_TRANSPOSE_HH
18 # define VCSN_ALGORITHMS_TRANSPOSE_HH
30 # include <vaucanson/automata/concept/automata.hh>
48 template<
typename A,
typename AI1,
typename AI2>
50 transpose(Element<A, AI1>& dst,
const Element<A, AI2>& src);
59 template<
typename A,
typename AI>
67 # if !defined VCSN_USE_INTERFACE_ONLY && !defined VCSN_USE_LIB
68 # include <vaucanson/algorithms/transpose.hxx>
69 # endif // VCSN_USE_INTERFACE_ONLY
71 #endif // ! VCSN_ALGORITHMS_TRANSPOSE_HH