Vcsn
2.2
Be Rational
|
#include <min-plus.hh>
Public Types | |
using | value_t = Value |
Public Member Functions | |
value_t | star (const value_t v) const |
Static Public Member Functions | |
static value_t | add (const value_t l, const value_t r) |
static value_t | mul (const value_t l, const value_t r) |
static value_t | rdiv (const value_t l, const value_t r) |
static value_t | ldiv (const value_t l, const value_t r) |
static value_t | one () |
static value_t | zero () |
static bool | equal (const value_t l, const value_t r) |
static bool | less (value_t lhs, value_t rhs) |
Whether lhs < rhs. More... | |
static constexpr bool | is_special (value_t) |
static bool | is_zero (const value_t v) |
static bool | is_one (const value_t v) |
static constexpr bool | is_commutative () |
static constexpr bool | is_idempotent () |
static constexpr bool | show_one () |
static constexpr star_status_t | star_status () |
static value_t | transpose (const value_t v) |
static size_t | hash (value_t v) |
static value_t | conv (b, b::value_t v) |
static value_t | conv (std::istream &is, bool=true) |
static std::ostream & | print (const value_t v, std::ostream &o, format fmt={}) |
Definition at line 18 of file min-plus.hh.
using vcsn::detail::min_plus_impl< Value >::value_t = Value |
Definition at line 21 of file min-plus.hh.
|
inlinestatic |
Definition at line 24 of file min-plus.hh.
|
inlinestatic |
Definition at line 122 of file min-plus.hh.
|
inlinestatic |
Definition at line 128 of file min-plus.hh.
|
inlinestatic |
Definition at line 73 of file min-plus.hh.
|
inlinestatic |
Definition at line 116 of file min-plus.hh.
|
inlinestatic |
Definition at line 101 of file min-plus.hh.
|
inlinestatic |
Definition at line 102 of file min-plus.hh.
|
inlinestatic |
Definition at line 96 of file min-plus.hh.
|
inlinestatic |
Definition at line 84 of file min-plus.hh.
|
inlinestatic |
Definition at line 90 of file min-plus.hh.
Referenced by vcsn::detail::min_plus_impl< unsigned int >::mul(), and vcsn::detail::min_plus_impl< unsigned int >::rdiv().
|
inlinestatic |
Definition at line 45 of file min-plus.hh.
|
inlinestatic |
Whether lhs < rhs.
Definition at line 79 of file min-plus.hh.
|
inlinestatic |
Definition at line 30 of file min-plus.hh.
|
inlinestatic |
Definition at line 61 of file min-plus.hh.
Referenced by vcsn::detail::min_plus_impl< unsigned int >::conv(), vcsn::detail::min_plus_impl< unsigned int >::is_one(), and vcsn::detail::min_plus_impl< unsigned int >::star().
|
inlinestatic |
Definition at line 145 of file min-plus.hh.
|
inlinestatic |
Definition at line 38 of file min-plus.hh.
Referenced by vcsn::detail::min_plus_impl< unsigned int >::ldiv().
|
inlinestatic |
Definition at line 104 of file min-plus.hh.
|
inline |
Definition at line 51 of file min-plus.hh.
|
inlinestatic |
Definition at line 105 of file min-plus.hh.
|
inlinestatic |
Definition at line 111 of file min-plus.hh.
|
inlinestatic |
Definition at line 67 of file min-plus.hh.
Referenced by vcsn::detail::min_plus_impl< unsigned int >::conv(), vcsn::detail::min_plus_impl< unsigned int >::is_zero(), and vcsn::detail::min_plus_impl< unsigned int >::mul().