spla
|
#include <storage/storage_manager.hpp>
#include <cpu/cpu_format_coo_vec.hpp>
#include <cpu/cpu_format_dense_vec.hpp>
#include <cpu/cpu_format_dok_vec.hpp>
#include <cpu/cpu_formats.hpp>
Go to the source code of this file.
Namespaces | |
spla | |
Typedefs | |
template<typename T > | |
using | spla::StorageManagerVector = StorageManager< T, FormatVector, static_cast< int >(FormatVector::Count)> |
Functions | |
template<typename T > | |
void | spla::register_formats_vector (StorageManagerVector< T > &manager) |