Include dependency graph for eps_removal.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 A, typename T> | |
void | vcsn::eps_removal_here (Element< A, T > &a, bool bck=true) |
In place eps_removal of an automaton (default is backward eps_removal). | |
template<typename A, typename T> | |
Element< A, T > | vcsn::eps_removal (const Element< A, T > &a, bool bck=true) |
Eps_Removal of an automaton (default is backward eps_removal). | |
template<typename A, typename T> | |
void | vcsn::backward_eps_removal_here (Element< A, T > &a) |
In place backward eps_removal of an automaton. | |
template<typename A, typename T> | |
Element< A, T > | vcsn::backward_eps_removal (const Element< A, T > &a) |
Backward eps_removal of an automaton. | |
template<typename A, typename T> | |
void | vcsn::forward_eps_removal_here (Element< A, T > &a) |
In place forward eps_removal of an automaton. | |
template<typename A, typename T> | |
Element< A, T > | vcsn::forward_eps_removal (const Element< A, T > &a) |
Forward eps_removal of an automaton. |
Definition in file eps_removal.hh.