Include dependency graph for normalized_composition.hxx:
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 M1, typename M2, typename lhs_t, typename rhs_t, typename res_t> | |
void | vcsn::do_b_composition (const AutomataBase< S > &, const algebra::FreeMonoidProduct< M1, M2 > &, const lhs_t &lhs, const rhs_t &rhs, res_t &output, std::set< hstate_t > &lhs_states, std::set< hstate_t > &rhs_states, std::map< hstate_t, std::pair< hstate_t, hstate_t > > &m) |
template<typename S, typename M1, typename M2, typename lhs_t, typename rhs_t, typename res_t> | |
void | vcsn::do_normalized_composition (const AutomataBase< S > &, const algebra::FreeMonoidProduct< M1, M2 > &, const lhs_t &lhs, const rhs_t &rhs, res_t &ret) |
template<typename S, typename T> | |
void | vcsn::b_composition (const Element< S, T > &lhs, const Element< S, T > &rhs, Element< S, T > &ret) |
Composition for unweighted normalized and sub-normalized transducers, seen as automata over a free monoid product. | |
template<typename S, typename T> | |
Element< S, T > | vcsn::b_composition (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::normalized_composition (const Element< S, T > &lhs, const Element< S, T > &rhs, Element< S, T > &ret) |
Composition for normalized and sub-normalized transducers, seen as automata over a free monoid product. | |
template<typename S, typename T> | |
Element< S, T > | vcsn::normalized_composition (const Element< S, T > &lhs, const Element< S, T > &rhs) |
Composition for normalized and sub-normalized transducers, seen as automata over a free monoid product. |
Definition in file normalized_composition.hxx.