Public Types | |
typedef PartialExp< S, T > | exp_t |
typedef std::list< exp_t > | exp_list_t |
typedef exp_list_t::iterator | exp_list_iterator |
typedef T_auto * | T_auto_p |
typedef std::pair< hstate_t, bool > | StateMarked |
typedef std::map< PartialExp< S, T >, StateMarked, Comparator< DerivativesAlgo< T_auto, S, T >, PartialExp< S, T > > > | StateMap |
typedef StateMap::iterator | iterator |
Public Member Functions | |
DerivativesAlgo (const series_set_t &series, const Element< S, T > &exp) | |
DerivativesAlgo (const series_set_t &series, const std::list< Element< S, T > > &listexp) | |
void | on_state (const PartialExp< S, T > &e) |
Public Attributes | |
bool | undefined |
Definition at line 77 of file derived_term_automaton.hxx.