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