Feel++  0.91.4
Functions
serialization.hpp File Reference
#include <boost/multi_array.hpp>
#include <boost/serialization/split_free.hpp>
#include <boost/serialization/shared_ptr.hpp>
#include <Eigen/Core>

Functions

template<class Archive >
void boost::serialization::load (Archive &ar, boost::multi_array< double, 2 > &t, const unsigned int file_version)
 
template<typename Archive >
void boost::serialization::save (Archive &ar, const boost::multi_array< double, 2 > &t, const unsigned int file_version)
 
template<class Archive >
void boost::serialization::serialize (Archive &ar, boost::multi_array< double, 2 > &t, const unsigned int file_version)
 
template<class Archive >
void boost::serialization::load (Archive &ar, boost::multi_array< double, 3 > &t, const unsigned int file_version)
 
template<typename Archive >
void boost::serialization::save (Archive &ar, const boost::multi_array< double, 3 > &t, const unsigned int file_version)
 
template<class Archive >
void boost::serialization::serialize (Archive &ar, boost::multi_array< double, 3 > &t, const unsigned int file_version)
 
template<class Archive >
void boost::serialization::load (Archive &ar, boost::multi_array< double, 4 > &t, const unsigned int file_version)
 
template<typename Archive >
void boost::serialization::save (Archive &ar, const boost::multi_array< double, 4 > &t, const unsigned int file_version)
 
template<class Archive >
void boost::serialization::serialize (Archive &ar, boost::multi_array< double, 4 > &t, const unsigned int file_version)
 
template<class Archive >
void boost::serialization::load (Archive &ar, Eigen::MatrixXd &t, const unsigned int file_version)
 
template<typename Archive >
void boost::serialization::save (Archive &ar, const Eigen::MatrixXd &t, const unsigned int file_version)
 
template<class Archive >
void boost::serialization::serialize (Archive &ar, Eigen::MatrixXd &t, const unsigned int file_version)
 
template<class Archive >
void boost::serialization::load (Archive &ar, Eigen::VectorXd &t, const unsigned int file_version)
 
template<typename Archive >
void boost::serialization::save (Archive &ar, const Eigen::VectorXd &t, const unsigned int file_version)
 
template<class Archive >
void boost::serialization::serialize (Archive &ar, Eigen::VectorXd &t, const unsigned int file_version)
 
template<int N, int M, class Archive >
void boost::serialization::load (Archive &ar, Eigen::Matrix< double, N, M > &t, const unsigned int file_version)
 
template<int N, int M, typename Archive >
void boost::serialization::save (Archive &ar, const Eigen::Matrix< double, N, M > &t, const unsigned int file_version)
 
template<int N, int M, class Archive >
void boost::serialization::serialize (Archive &ar, Eigen::Matrix< double, N, M > &t, const unsigned int file_version)
 
template<class Archive >
void boost::serialization::load (Archive &ar, boost::multi_array< Eigen::MatrixXd, 2 > &t, const unsigned int file_version)
 
template<typename Archive >
void boost::serialization::save (Archive &ar, const boost::multi_array< Eigen::MatrixXd, 2 > &t, const unsigned int file_version)
 
template<class Archive >
void boost::serialization::serialize (Archive &ar, boost::multi_array< Eigen::MatrixXd, 2 > &t, const unsigned int file_version)
 
template<class Archive >
void boost::serialization::load (Archive &ar, boost::multi_array< Eigen::VectorXd, 2 > &t, const unsigned int file_version)
 
template<typename Archive >
void boost::serialization::save (Archive &ar, const boost::multi_array< Eigen::VectorXd, 2 > &t, const unsigned int file_version)
 
template<class Archive >
void boost::serialization::serialize (Archive &ar, boost::multi_array< Eigen::VectorXd, 2 > &t, const unsigned int file_version)
 
template<typename T , class Archive >
void boost::serialization::load (Archive &ar, boost::tuple< T, T > &t, const unsigned int file_version)
 
template<typename T , typename Archive >
void boost::serialization::save (Archive &ar, boost::tuple< T, T > const &t, const unsigned int file_version)
 
template<typename T , class Archive >
void boost::serialization::serialize (Archive &ar, boost::tuple< T, T > &t, const unsigned int file_version)
 

Detailed Description

Author
Christophe Prud'homme chris.nosp@m.toph.nosp@m.e.pru.nosp@m.dhom.nosp@m.me@uj.nosp@m.f-gr.nosp@m.enobl.nosp@m.e.fr
Date
2011-04-26