|
spla
|
CPU one-dim array for dense vector representation. More...
#include <cpu_formats.hpp>


Public Member Functions | |
| ~CpuDenseVec () 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< T > | Ax {} |
Public Attributes inherited from spla::TDecoration< T > | |
| uint | values = 0 |
Static Public Attributes | |
| static constexpr FormatVector | FORMAT = FormatVector::CpuDense |
CPU one-dim array for dense vector representation.
| T |
|
overridedefault |
| std::vector<T> spla::CpuDenseVec< T >::Ax {} |
|
staticconstexpr |