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

Go to the source code of this file.

Namespaces

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

Functions

automaton vcsn::dyn::left_mult (const weight &w, const automaton &aut)
 The left-multiplication of an automaton with w as weight. More...
 
ratexp vcsn::dyn::left_mult (const weight &w, const ratexp &aut)
 The left-multiplication of a ratexp with w as weight. More...
 
automaton vcsn::dyn::right_mult (const automaton &aut, const weight &w)
 The right-mult automaton with w as weight. More...
 
ratexp vcsn::dyn::right_mult (const ratexp &aut, const weight &w)
 The right-multiplication of a ratexp with w as weight. More...