Composition of two Rational-Weight transducers. More...


Go to the source code of this file.
Namespaces | |
| namespace | vcsn |
The main namespace of the Vaucanson library. | |
Functions | |
| template<typename S , typename T > | |
| void | rw_composition (const Element< S, T > &lhs, const Element< S, T > &rhs, Element< S, T > &ret) |
| Composition for Rational-Weight transducers. | |
| template<typename S , typename T > | |
| Element< S, T > | rw_composition (const Element< S, T > &lhs, const Element< S, T > &rhs) |
| Composition for Rational-Weight transducers. | |
Composition of two Rational-Weight transducers.
Definition in file rw_composition.hh.
1.7.1