spla
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
spla::CLCsr< T > Class Template Reference

OpenCL compressed sparse row matrix representation. More...

#include <cl_formats.hpp>

Inheritance diagram for spla::CLCsr< T >:
Inheritance graph
[legend]
Collaboration diagram for spla::CLCsr< T >:
Collaboration graph
[legend]

Public Member Functions

 ~CLCsr () override=default
 
- Public Member Functions inherited from spla::TDecoration< T >
 ~TDecoration () override=default
 
virtual uint get_n_values () const
 
- Public Member Functions inherited from spla::RefCnt
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
 
- Public Attributes inherited from spla::TDecoration< T >
uint values = 0
 

Static Public Attributes

static constexpr FormatMatrix FORMAT = FormatMatrix::AccCsr
 

Detailed Description

template<typename T>
class spla::CLCsr< T >

OpenCL compressed sparse row matrix representation.

Template Parameters
TType of values stored

Constructor & Destructor Documentation

◆ ~CLCsr()

template<typename T >
spla::CLCsr< T >::~CLCsr ( )
overridedefault

Member Data Documentation

◆ Aj

template<typename T >
cl::Buffer spla::CLCsr< T >::Aj

◆ Ap

template<typename T >
cl::Buffer spla::CLCsr< T >::Ap

◆ Ax

template<typename T >
cl::Buffer spla::CLCsr< T >::Ax

◆ FORMAT

template<typename T >
constexpr FormatMatrix spla::CLCsr< T >::FORMAT = FormatMatrix::AccCsr
staticconstexpr

The documentation for this class was generated from the following file: