#include <log.hh>
|
static symbol | sname () |
|
static log | make (std::istream &is) |
| Build from the description in is. More...
|
|
static value_t | zero () |
| The zero for the log semiring is +oo. More...
|
|
static value_t | one () |
| The neutral element for the log semiring is 0. More...
|
|
static value_t | add (const value_t l, const value_t r) |
|
static value_t | sub (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 bool | equal (const value_t l, const value_t r) |
|
static bool | less (const value_t lhs, const value_t rhs) |
| Whether lhs < rhs. More...
|
|
static constexpr bool | is_special (const 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 | has_lightening_weights () |
|
static constexpr bool | show_one () |
|
static constexpr star_status_t | star_status () |
|
static value_t | transpose (const value_t v) |
|
static size_t | hash (const value_t v) |
|
static value_t | conv (self_t, const value_t v) |
|
static value_t | conv (std::istream &i, bool=true) |
|
static std::ostream & | print (const value_t v, std::ostream &o, format fmt={}) |
|
Definition at line 22 of file log.hh.
static value_t vcsn::detail::log_impl::conv |
( |
std::istream & |
i, |
|
|
bool |
= true |
|
) |
| |
|
inlinestatic |
static bool vcsn::detail::log_impl::equal |
( |
const value_t |
l, |
|
|
const value_t |
r |
|
) |
| |
|
inlinestatic |
static constexpr bool vcsn::detail::log_impl::has_lightening_weights |
( |
| ) |
|
|
inlinestatic |
static size_t vcsn::detail::log_impl::hash |
( |
const value_t |
v | ) |
|
|
inlinestatic |
static constexpr bool vcsn::detail::log_impl::is_commutative |
( |
| ) |
|
|
inlinestatic |
static constexpr bool vcsn::detail::log_impl::is_idempotent |
( |
| ) |
|
|
inlinestatic |
static bool vcsn::detail::log_impl::is_one |
( |
const value_t |
v | ) |
|
|
inlinestatic |
static constexpr bool vcsn::detail::log_impl::is_special |
( |
const value_t |
| ) |
|
|
inlinestatic |
static bool vcsn::detail::log_impl::is_zero |
( |
const value_t |
v | ) |
|
|
inlinestatic |
static bool vcsn::detail::log_impl::less |
( |
const value_t |
lhs, |
|
|
const value_t |
rhs |
|
) |
| |
|
inlinestatic |
Whether lhs < rhs.
Definition at line 96 of file log.hh.
static log vcsn::detail::log_impl::make |
( |
std::istream & |
is | ) |
|
|
inlinestatic |
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().
static std::ostream& vcsn::detail::log_impl::print |
( |
const value_t |
v, |
|
|
std::ostream & |
o, |
|
|
format |
fmt = {} |
|
) |
| |
|
inlinestatic |
std::ostream& vcsn::detail::log_impl::print_set |
( |
std::ostream & |
o, |
|
|
format |
fmt = {} |
|
) |
| const |
|
inline |
static constexpr bool vcsn::detail::log_impl::show_one |
( |
| ) |
|
|
inlinestatic |
static symbol vcsn::detail::log_impl::sname |
( |
| ) |
|
|
inlinestatic |
static constexpr star_status_t vcsn::detail::log_impl::star_status |
( |
| ) |
|
|
inlinestatic |
static value_t vcsn::detail::log_impl::zero |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: