spla
|
#include <cpu_formats.hpp>
Public Types | |
using | Reduce = std::function< T(T accum, T added)> |
Public Member Functions | |
~CpuDokVec () override=default | |
![]() | |
~TDecoration () override=default | |
virtual uint | get_n_values () const |
![]() | |
virtual | ~RefCnt () |
bool | is_unique () const |
std::int32_t | get_refs () const |
std::int32_t | add_ref () const |
std::int32_t | rel_ref () const |
Public Attributes | |
robin_hood::unordered_flat_map< uint, T > | Ax {} |
Reduce | reduce = [](T, T a) { return a; } |
![]() | |
uint | values = 0 |
Static Public Attributes | |
static constexpr FormatVector | FORMAT = FormatVector::CpuDok |
using spla::CpuDokVec< T >::Reduce = std::function<T(T accum, T added)> |
|
overridedefault |
robin_hood::unordered_flat_map<uint, T> spla::CpuDokVec< T >::Ax {} |
|
staticconstexpr |
Reduce spla::CpuDokVec< T >::reduce = [](T, T a) { return a; } |