00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 #ifndef VCSN_ALGORITHMS_NORMALIZED_COMPOSITION_HH
00018 # define VCSN_ALGORITHMS_NORMALIZED_COMPOSITION_HH
00019 
00020 # include <vaucanson/automata/concept/automata_base.hh>
00021 
00036 
00037 
00038 
00039 
00040 
00041 namespace vcsn {
00042 
00055   template <typename S, typename T>
00056   void
00057   compose(const Element<S, T>& lhs,
00058           const Element<S, T>& rhs,
00059           Element<S, T>& ret);
00060 
00061 
00062 
00071   template <typename S, typename T>
00072   Element<S, T>
00073   compose(const Element<S, T>& lhs,
00074           const Element<S, T>& rhs);
00075 
00076 
00086   template <typename S, typename T>
00087   void
00088   u_compose(const Element<S, T>& lhs,
00089             const Element<S, T>& rhs,
00090             Element<S, T>& ret);
00091 
00100   template <typename S, typename T>
00101   Element<S, T>
00102   u_compose(const Element<S, T>& lhs,
00103             const Element<S, T>& rhs);
00104 
00107 } 
00108 
00109 # if !defined VCSN_USE_INTERFACE_ONLY && !defined VCSN_USE_LIB
00110 #  include <vaucanson/algorithms/normalized_composition.hxx>
00111 # endif // VCSN_USE_INTERFACE_ONLY
00112 
00113 
00114 #endif // ! VCSN_ALGORITHMS_NORMALIZED_COMPOSITION_HH