ALPSCore reference
Namespaces | Functions
tensor.hpp File Reference
#include <alps/hdf5/archive.hpp>
#include <alps/numeric/tensors/tensor_base.hpp>
#include <alps/type_traits/is_complex.hpp>
Include dependency graph for tensor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 alps
 
 alps::hdf5
 

Functions

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