spla
Namespaces | Typedefs | Functions
storage_manager_vector.hpp File Reference
#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>
Include dependency graph for storage_manager_vector.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::StorageManagerVector = StorageManager< T, FormatVector, static_cast< int >(FormatVector::Count)>
 

Functions

template<typename T >
void spla::register_formats_vector (StorageManagerVector< T > &manager)