ALPSCore reference
Classes | Namespaces | Functions
multi_array.hpp File Reference
#include <alps/hdf5/archive.hpp>
#include <boost/multi_array.hpp>
Include dependency graph for multi_array.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  alps::hdf5::scalar_type< boost::multi_array< T, N, A > >
 
struct  alps::hdf5::is_content_continuous< boost::multi_array< T, N, A > >
 
struct  alps::hdf5::has_complex_elements< boost::multi_array< T, N, A > >
 

Namespaces

 alps
 
 alps::hdf5
 

Functions

template<typename T , std::size_t N, typename A >
void alps::hdf5::save (archive &ar, std::string const &path, boost::multi_array< T, N, A > const &value, std::vector< std::size_t > size=std::vector< std::size_t >(), std::vector< std::size_t > chunk=std::vector< std::size_t >(), std::vector< std::size_t > offset=std::vector< std::size_t >())
 
template<typename T , std::size_t N, typename A >
void alps::hdf5::load (archive &ar, std::string const &path, boost::multi_array< T, N, A > &value, std::vector< std::size_t > chunk=std::vector< std::size_t >(), std::vector< std::size_t > offset=std::vector< std::size_t >())