$extrastylesheet
Classes | |
struct | diff_abs |
Functor computing the absolute difference of two values. More... | |
struct | land |
Functor computing logical-and between two values. More... | |
struct | land_not |
Functor computing logical and-not between two values. More... | |
struct | lor |
Functor computing logical-or between two values. More... | |
struct | lxor |
Functor computing logical-xor between two values. More... | |
struct | max |
A functor computing the maximum of two values. More... | |
struct | min |
A functor computing the minimum of two values. More... | |
struct | vec |
A functor forming a vector (mln::algebra::vec) from two values of the same type. More... |
Namespace of functions from a couple of values to a value.