Awali
Another Weighted Automata library
Data Structures | Namespaces | Functions
left_mult.hh File Reference
#include <awali/sttc/algos/copy.hh>
#include <awali/sttc/algos/standard.hh>
#include <awali/sttc/ctx/traits.hh>
#include <awali/sttc/misc/raise.hh>

Go to the source code of this file.

Data Structures

struct  awali::sttc::internal::standard_operations< Aut >
 

Namespaces

 awali
 Main namespace of Awali.
 
 awali::sttc
 Namespace for the static layer of Awali.
 
 awali::sttc::internal
 Implementation details of static layer (not stable).
 

Functions

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)