Include dependency graph for normalized_composition.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 S, typename T> | |
| void | vcsn::compose (const Element< S, T > &lhs, const Element< S, T > &rhs, Element< S, T > &ret) |
| Facade for compose. | |
| template<typename S, typename T> | |
| Element< S, T > | vcsn::compose (const Element< S, T > &lhs, const Element< S, T > &rhs) |
| Composition for unweighted normalized and sub-normalized transducers, seen as automata over a free monoid product. | |
| template<typename S, typename T> | |
| void | vcsn::u_compose (const Element< S, T > &lhs, const Element< S, T > &rhs, Element< S, T > &ret) |
| Facade for unambiguous composition. | |
| template<typename S, typename T> | |
| Element< S, T > | vcsn::u_compose (const Element< S, T > &lhs, const Element< S, T > &rhs) |
| Unambiguous composition for unweighted normalized and sub-normalized transducers, seen as automata over a free monoid product. | |
Definition in file normalized_composition.hh.
1.4.7