spla
Namespaces | Typedefs | Functions
storage_manager_matrix.hpp File Reference
#include <storage/storage_manager.hpp>
#include <cpu/cpu_format_coo.hpp>
#include <cpu/cpu_format_csr.hpp>
#include <cpu/cpu_format_dok.hpp>
#include <cpu/cpu_format_lil.hpp>
#include <cpu/cpu_formats.hpp>
Include dependency graph for storage_manager_matrix.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 spla
 

Typedefs

template<typename T >
using spla::StorageManagerMatrix = StorageManager< T, FormatMatrix, static_cast< int >(FormatMatrix::Count)>
 

Functions

template<typename T >
void spla::register_formats_matrix (StorageManagerMatrix< T > &manager)