ALPSCore reference
Classes | Namespaces | Functions
array.hpp File Reference
#include <alps/hdf5/archive.hpp>
#include <alps/utilities/cast.hpp>
#include <boost/array.hpp>
#include <vector>
#include <type_traits>
#include <iterator>
#include <algorithm>
Include dependency graph for array.hpp:

Go to the source code of this file.

Classes

struct  alps::hdf5::scalar_type< boost::array< T, N > >
 
struct  alps::hdf5::is_continuous< boost::array< T, N > >
 
struct  alps::hdf5::is_continuous< boost::array< T, N > const >
 
struct  alps::hdf5::has_complex_elements< boost::array< T, N > >
 

Namespaces

 alps
 
 alps::hdf5
 

Functions

template<typename T , std::size_t N>
void alps::hdf5::save (archive &ar, std::string const &path, boost::array< T, N > 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>
void alps::hdf5::load (archive &ar, std::string const &path, boost::array< T, N > &value, std::vector< std::size_t > chunk=std::vector< std::size_t >(), std::vector< std::size_t > offset=std::vector< std::size_t >())