Vcsn
2.0
Be Rational
|
#include <vcsn/dyn/automaton.hh>
#include <vcsn/algos/derivation.hh>
#include <vcsn/algos/derived-term.hh>
#include <vcsn/algos/to-expansion.hh>
#include <vcsn/dyn/algos.hh>
#include <lib/vcsn/algos/registry.hh>
Go to the source code of this file.
Namespaces | |
vcsn | |
vcsn::dyn | |
FIXME: duplicate code with determinize. | |
Functions | |
polynomial | vcsn::dyn::derivation (const ratexp &exp, const label &l, bool breaking=false) |
Derive exp with respect to s. More... | |
automaton | vcsn::dyn::derived_term (const ratexp &e, const std::string &algo="auto") |
The derived-term automaton of e. More... | |
expansion | vcsn::dyn::to_expansion (const ratexp &exp) |
First order development of a exp. More... | |
polynomial | vcsn::dyn::split (const ratexp &exp) |
Break exp. More... | |
polynomial | vcsn::dyn::split (const polynomial &p) |
Break all the expressions in p. More... | |