Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
concatenate.cc File Reference
Include dependency graph for concatenate.cc:

Go to the source code of this file.

Namespaces

 vcsn
 
 vcsn::dyn
 FIXME: duplicate code with determinize.
 

Functions

automaton vcsn::dyn::concatenate (const automaton &lhs, const automaton &rhs)
 Concatenate two standard automata. More...
 
automaton vcsn::dyn::chain (const automaton &aut, int min, int max)
 Repeated concatenation of aut with itself. More...
 
ratexp vcsn::dyn::concatenate (const ratexp &lhs, const ratexp &rhs)
 Concatenate two ratexps. More...
 
ratexp vcsn::dyn::chain (const ratexp &e, int min, int max)
 Repeated concatenation of e with itself. More...
 
polynomial vcsn::dyn::concatenate (const polynomial &lhs, const polynomial &rhs)
 Concatenate two polynomials. More...
 
weight vcsn::dyn::multiply (const weight &lhs, const weight &rhs)
 Multiply two weights. More...