Include dependency graph for partial_rat_exp.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | vcsn |
Classes | |
struct | reference_type |
struct | reference_type< true, T > |
struct | iterator_type |
struct | iterator_type< true, T > |
struct | PartialExp |
struct | PartialExp::internal_iterator |
Functions | |
template<typename S, typename T> | |
std::ostream & | operator<< (std::ostream &o, const PartialExp< S, T > &e) |
template<typename S, typename T> | |
std::list< PartialExp< S, T > > | prat_exp_convert (const std::list< Element< S, T > > &exp) |
template<typename S, typename T> | |
PartialExp< S, T > | prat_exp_convert (const Element< S, T > &exp) |
template<typename S, typename T> | |
bool | operator< (const PartialExp< S, T > &e1, const PartialExp< S, T > &e2) |
template<typename S, typename T> | |
bool | operator== (const PartialExp< S, T > &e1, const PartialExp< S, T > &e2) |
template<typename S, typename T> | |
bool | unweighted_eq (const PartialExp< S, T > &e1, const PartialExp< S, T > &e2) |
template<typename S, typename T> | |
bool | unweighted_inf (const PartialExp< S, T > &e1, const PartialExp< S, T > &e2) |
PartialExp
is a way to describe derivatives with a list of pointer. It is usefull in algorithms like derived_term_automaton
.
Definition in file partial_rat_exp.hh.