Include dependency graph for algorithms/transpose.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | vcsn |
Functions | |
template<typename lhs_t, typename rhs_t> | |
void | vcsn::transpose (lhs_t &dst, const rhs_t &from) |
Transposition of an automaton. | |
template<typename auto_t> | |
auto_t | vcsn::transpose (const auto_t &from) |
Return a fresh transposed automaton. |
Definition in file algorithms/transpose.hh.