Go to the source code of this file.
|
template<typename Aut > |
Aut::element_type::automaton_nocv_t | awali::sttc::left_mult (const Aut &aut, const weight_t_of< Aut > &w, bool standard=false) |
|
template<typename RatExpSet > |
RatExpSet::ratexp_t | awali::sttc::left_mult (const RatExpSet &rs, const weight_t_of< RatExpSet > &w, const typename RatExpSet::value_t &r) |
|
template<typename Aut > |
Aut & | awali::sttc::left_mult_here (Aut &res, const weight_t_of< Aut > &w, bool standard=false) |
| multiplies the initial states by a weight More...
|
|
template<typename Aut > |
Aut::element_type::automaton_nocv_t | awali::sttc::right_mult (const Aut &aut, const weight_t_of< Aut > &w) |
|
template<typename RatExpSet > |
RatExpSet::ratexp_t | awali::sttc::right_mult (const RatExpSet &rs, const typename RatExpSet::value_t &r, const weight_t_of< RatExpSet > &w) |
|
template<typename Aut > |
Aut & | awali::sttc::right_mult_here (Aut &res, const weight_t_of< Aut > &w) |
|