Namespaces | |
namespace | mln::fun::i2v |
Namespace of integer-to-value functions. | |
namespace | mln::fun::stat |
Namespace of statistical functions. | |
namespace | mln::fun::v2i |
Namespace of value-to-integer functions. | |
namespace | mln::fun::v2v |
Namespace of functions from value to value. | |
Modules | |
v2w2v functions | |
All bijective functions. | |
v2w_w2v functions | |
All bijective function. | |
vv2b functions | |
All functions mapping two values to a logical value. | |
Classes | |
struct | mln::Function< E > |
Base class for implementation of function-objects. More... | |
struct | mln::Function_v2b< E > |
Base class for implementation of function-objects from a value to a Boolean. More... | |
struct | mln::Function_v2v< E > |
Base class for implementation of function-objects from value to value. More... | |
struct | mln::Function_vv2b< E > |
Base class for implementation of function-objects from a couple of values to a Boolean. More... | |
struct | mln::Function_vv2v< E > |
Base class for implementation of function-objects from a couple of values to a value. More... |