spla
|
OpenCL compressed sparse row matrix representation. More...
#include <cl_formats.hpp>
Public Member Functions | |
~CLCsr () 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 | |
cl::Buffer | Ap |
cl::Buffer | Aj |
cl::Buffer | Ax |
![]() | |
uint | values = 0 |
Static Public Attributes | |
static constexpr FormatMatrix | FORMAT = FormatMatrix::AccCsr |
OpenCL compressed sparse row matrix representation.
T | Type of values stored |
|
overridedefault |
cl::Buffer spla::CLCsr< T >::Aj |
cl::Buffer spla::CLCsr< T >::Ap |
cl::Buffer spla::CLCsr< T >::Ax |
|
staticconstexpr |