| 
    Vaucanson 1.4 
   | 
 
Declarations of shuffle(). More...


Go to the source code of this file.
Namespaces | |
| namespace | vcsn | 
The main namespace of the Vaucanson library.  | |
Functions | |
Shuffle algorithm  | |
Returns a fresh automaton that is the shuffle of the two input ones. 
  | |
| template<typename A , typename T , typename U > | |
| Element< A, T > | shuffle (const Element< A, T > &lhs, const Element< A, U > &rhs, const bool use_geometry=false) | 
| template<typename A , typename T , typename U > | |
| Element< A, T > | shuffle (const Element< A, T > &lhs, const Element< A, U > &rhs, std::map< typename T::hstate_t, std::pair< typename T::hstate_t, typename U::hstate_t > > &, const bool use_geometry=false) | 
 1.7.4