spla
|
CPU list-of-coordinates sparse vector representation. More...
#include <cpu_formats.hpp>
Public Member Functions | |
~CpuCooVec () 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 | |
std::vector< uint > | Ai |
std::vector< T > | Ax |
![]() | |
uint | values = 0 |
Static Public Attributes | |
static constexpr FormatVector | FORMAT = FormatVector::CpuCoo |
CPU list-of-coordinates sparse vector representation.
T |
|
overridedefault |
std::vector<uint> spla::CpuCooVec< T >::Ai |
std::vector<T> spla::CpuCooVec< T >::Ax |
|
staticconstexpr |