spla
|
#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>
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) |