#include <log.hh>
Definition at line 22 of file log.hh.
◆ self_t
◆ value_t
◆ add()
◆ compare()
static int vcsn::detail::log_impl::compare |
( |
const value_t |
l, |
|
|
const value_t |
r |
|
) |
| |
|
inlinestatic |
Three-way comparison between l and r.
Definition at line 109 of file log.hh.
References equal().
◆ conv() [1/2]
◆ conv() [2/2]
value_t vcsn::detail::log_impl::conv |
( |
std::istream & |
i, |
|
|
bool |
= true |
|
) |
| const |
|
inline |
◆ equal()
static bool vcsn::detail::log_impl::equal |
( |
const value_t |
l, |
|
|
const value_t |
r |
|
) |
| |
|
inlinestatic |
◆ has_lightening_weights()
static constexpr bool vcsn::detail::log_impl::has_lightening_weights |
( |
| ) |
|
|
inlinestatic |
◆ hash()
static size_t vcsn::detail::log_impl::hash |
( |
const value_t |
v | ) |
|
|
inlinestatic |
◆ is_commutative()
static constexpr bool vcsn::detail::log_impl::is_commutative |
( |
| ) |
|
|
inlinestatic |
◆ is_idempotent()
static constexpr bool vcsn::detail::log_impl::is_idempotent |
( |
| ) |
|
|
inlinestatic |
◆ is_one()
static bool vcsn::detail::log_impl::is_one |
( |
const value_t |
v | ) |
|
|
inlinestatic |
◆ is_special()
static constexpr bool vcsn::detail::log_impl::is_special |
( |
const value_t |
| ) |
|
|
inlinestatic |
◆ is_zero()
static bool vcsn::detail::log_impl::is_zero |
( |
const value_t |
v | ) |
|
|
inlinestatic |
◆ ldivide()
◆ less()
static bool vcsn::detail::log_impl::less |
( |
const value_t |
l, |
|
|
const value_t |
r |
|
) |
| |
|
inlinestatic |
Whether l < r.
Definition at line 125 of file log.hh.
◆ make()
static log vcsn::detail::log_impl::make |
( |
std::istream & |
is | ) |
|
|
inlinestatic |
◆ max()
static value_t vcsn::detail::log_impl::max |
( |
| ) |
|
|
inlinestatic |
◆ min()
static value_t vcsn::detail::log_impl::min |
( |
| ) |
|
|
inlinestatic |
◆ mul()
◆ one()
static value_t vcsn::detail::log_impl::one |
( |
| ) |
|
|
inlinestatic |
The neutral element for the log semiring is 0.
Definition at line 48 of file log.hh.
Referenced by is_one().
◆ print()
static std::ostream& vcsn::detail::log_impl::print |
( |
const value_t |
v, |
|
|
std::ostream & |
o = std::cout , |
|
|
format |
fmt = {} |
|
) |
| |
|
inlinestatic |
◆ print_set()
std::ostream& vcsn::detail::log_impl::print_set |
( |
std::ostream & |
o, |
|
|
format |
fmt = {} |
|
) |
| const |
|
inline |
◆ rdivide()
◆ show_one()
static constexpr bool vcsn::detail::log_impl::show_one |
( |
| ) |
|
|
inlinestatic |
◆ sname()
static symbol vcsn::detail::log_impl::sname |
( |
| ) |
|
|
inlinestatic |
◆ star()
◆ star_status()
static constexpr star_status_t vcsn::detail::log_impl::star_status |
( |
| ) |
|
|
inlinestatic |
◆ sub()
◆ transpose()
◆ zero()
static value_t vcsn::detail::log_impl::zero |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: