Vcsn
2.3
Be Rational
|
#include <vcsn/algos/constant-term.hh>
#include <vcsn/core/rat/visitor.hh>
#include <vcsn/ctx/fwd.hh>
#include <vcsn/dyn/value.hh>
#include <vcsn/misc/algorithm.hh>
#include <vcsn/misc/raise.hh>
#include <vcsn/weightset/b.hh>
Go to the source code of this file.
Classes | |
class | vcsn::rat::star_normal_form_visitor< ExpSet > |
Namespaces | |
vcsn | |
vcsn::rat | |
vcsn::dyn | |
vcsn::dyn::detail | |
Functions | |
template<typename ExpSet > | |
ExpSet::value_t | vcsn::star_normal_form (const ExpSet &rs, const typename ExpSet::value_t &e) |
Star-normal form of an expression. More... | |
template<typename ExpSet > | |
expression | vcsn::dyn::detail::star_normal_form (const expression &exp) |
Bridge. More... | |