Go to the source code of this file.
|
| template<Automaton Aut> |
| auto | vcsn::evaluate (const Aut &a, const word_t_of< Aut > &w) -> std::enable_if_t<!context_t_of< Aut >::is_lao, weight_t_of< Aut >> |
| | General case of evaluation. More...
|
| |
| template<Automaton Aut> |
| auto | vcsn::evaluate (const Aut &a) -> std::enable_if_t< context_t_of< Aut >::is_lao, weight_t_of< Aut >> |
| | Evaluation for lao automaton. More...
|
| |
| template<Automaton Aut, typename LabelSet > |
| weight | vcsn::dyn::detail::evaluate (const automaton &aut, const label &lbl) |
| | Bridge. More...
|
| |
| template<Automaton Aut> |
| auto | vcsn::evaluate (const Aut &a, const typename detail::word_polynomialset_t< context_t_of< Aut >>::value_t &p) -> weight_t_of< Aut > |
| | Evaluation of a polynomial. More...
|
| |
| template<Automaton Aut, typename PolynomialSet > |
| weight | vcsn::dyn::detail::eval_polynomial (const automaton &aut, const polynomial &poly) |
| | Bridge (evaluate). More...
|
| |