![]()  | 
  
    Vcsn
    2.4
    
   Be Rational 
   | 
 
#include <rmin.hh>
Public Types | |
| using | super_t = min_plus_impl< rmin_impl, double > | 
| using | self_t = rmin | 
| using | value_t = typename super_t::value_t | 
  Public Types inherited from vcsn::detail::min_plus_impl< rmin_impl, double > | |
| using | self_t = rmin_impl | 
| using | value_t = double | 
Public Member Functions | |
| std::ostream & | print_set (std::ostream &o, format fmt={}) const | 
  Public Member Functions inherited from vcsn::detail::min_plus_impl< rmin_impl, double > | |
| const self_t & | self () const | 
| value_t | rdivide (const value_t l, const value_t r) const | 
| value_t | ldivide (const value_t l, const value_t r) const | 
| value_t | star (const value_t v) const | 
Static Public Member Functions | |
| static symbol | sname () | 
| static rmin | make (std::istream &is) | 
| Build from the description in is.  More... | |
| static value_t | conv (self_t, value_t v) | 
| static value_t | conv (nmin, const nmin::value_t v) | 
| static value_t | conv (zmin, const zmin::value_t v) | 
| static constexpr bool | has_lightening_weights () | 
  Static Public Member Functions inherited from vcsn::detail::min_plus_impl< rmin_impl, double > | |
| 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 | one () | 
| static value_t | zero () | 
| static value_t | min () | 
| static value_t | max () | 
| 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=std::cout, format fmt={}) | 
| using vcsn::detail::rmin_impl::self_t = rmin | 
| using vcsn::detail::rmin_impl::super_t = min_plus_impl<rmin_impl, double> | 
| using vcsn::detail::rmin_impl::value_t = typename super_t::value_t | 
Definition at line 39 of file rmin.hh.
References vcsn::detail::v.
      
  | 
  inlinestatic | 
Definition at line 45 of file rmin.hh.
References vcsn::detail::v.
      
  | 
  inlinestatic | 
Definition at line 51 of file rmin.hh.
References vcsn::detail::v.
      
  | 
  inlinestatic | 
      
  | 
  inlinestatic | 
Build from the description in is.
Definition at line 31 of file rmin.hh.
References vcsn::eat(), and sname().
      
  | 
  inline | 
      
  | 
  inlinestatic |