Vcsn
2.0
Be Rational
|
#include <lib/vcsn/algos/registry.hh>
#include <vcsn/algos/left-mult.hh>
#include <vcsn/dyn/algos.hh>
#include <vcsn/dyn/automaton.hh>
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... | |