Go to the source code of this file.
Namespaces | |
namespace | vcsn |
Functions | |
Product algorithm | |
Returns a fresh automaton that is the product of the two input ones.
| |
template<typename A, typename T, typename U> | |
Element< A, T > | product (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 > | product (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) |
Algorithm described in ETA, Chapter 1, Section 1.2.b.
Definition in file product.hh.