![]() |
Awali
Another Weighted Automata library
|
#include <left_mult.hh>
Public Types | |
| using | automaton_t = Aut |
| using | context_t = context_t_of< automaton_t > |
| using | weight_t = weight_t_of< context_t > |
| using | weightset_t = weightset_t_of< context_t > |
Static Public Member Functions | |
| static automaton_t & | left_mult_here (automaton_t &res, const weight_t &w, bool standard) |
| Left-multiplication by a weight. More... | |
| static automaton_t & | right_mult_here (automaton_t &res, const weight_t &w) |
| Right-multiplication by a weight. More... | |
| static automaton_t & | zero_here (automaton_t &res) |
| Transform res into the (standard) empty automaton. More... | |
| using awali::sttc::internal::standard_operations< Aut >::automaton_t = Aut |
| using awali::sttc::internal::standard_operations< Aut >::context_t = context_t_of<automaton_t> |
| using awali::sttc::internal::standard_operations< Aut >::weight_t = weight_t_of<context_t> |
| using awali::sttc::internal::standard_operations< Aut >::weightset_t = weightset_t_of<context_t> |
|
static |
Left-multiplication by a weight.
|
static |
Right-multiplication by a weight.
|
static |
Transform res into the (standard) empty automaton.