Infrared
|
Class implementing the specializations to enable instantiation of sparse materialized function classes. More...
#include <functions.hpp>
Public Types | |
using | type = std::unordered_map< int, FunValue > |
Static Public Member Functions | |
static void | init (type &x, size_t size, const FunValue &zero) |
static const FunValue & | get (const type &x, size_t i, const FunValue &zero) |
static bool | guaranteed_zero (const type &x, size_t i) |
static void | set (type &x, size_t i, const FunValue &v, const FunValue &zero) |
Class implementing the specializations to enable instantiation of sparse materialized function classes.
using ired::container_selector< FunValue, mapS >::type = std::unordered_map<int,FunValue> |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |