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

CPU list of coordinates matrix format. More...

#include <cpu_formats.hpp>

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

Public Member Functions

 ~CpuCoo () 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

std::vector< uintAi
 
std::vector< uintAj
 
std::vector< T > Ax
 
- Public Attributes inherited from spla::TDecoration< T >
uint values = 0
 

Static Public Attributes

static constexpr FormatMatrix FORMAT = FormatMatrix::CpuCoo
 

Detailed Description

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

CPU list of coordinates matrix format.

Template Parameters
TType of elements

Constructor & Destructor Documentation

◆ ~CpuCoo()

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

Member Data Documentation

◆ Ai

template<typename T >
std::vector<uint> spla::CpuCoo< T >::Ai

◆ Aj

template<typename T >
std::vector<uint> spla::CpuCoo< T >::Aj

◆ Ax

template<typename T >
std::vector<T> spla::CpuCoo< T >::Ax

◆ FORMAT

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

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