ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
multi_array.hpp File Reference
#include <boost/multi_array.hpp>
#include <boost/serialization/array.hpp>
#include <boost/serialization/vector.hpp>
#include <cstddef>
+ 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.

Namespaces

namespace  boost
 
namespace  boost::serialization
 

Functions

template<typename Archive , class T , std::size_t N, class Allocator >
void boost::serialization::load (Archive &ar, boost::multi_array< T, N, Allocator > &marray, unsigned)
 
template<typename Archive , class T , std::size_t N, class Allocator >
void boost::serialization::save (Archive &ar, const boost::multi_array< T, N, Allocator > &marray, unsigned)
 
template<typename Archive , class T , std::size_t N, class Allocator >
void boost::serialization::serialize (Archive &ar, boost::multi_array< T, N, Allocator > &v, const unsigned int version)