Namespaces | Functions
coal/serialization/eigen.h File Reference
#include <Eigen/Dense>
#include <boost/serialization/split_free.hpp>
#include <boost/serialization/vector.hpp>
#include <boost/serialization/array.hpp>
Include dependency graph for coal/serialization/eigen.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 boost
 
 boost::serialization
 

Functions

template<class Archive , typename PlainObjectBase , int MapOptions, typename StrideType >
void boost::serialization::load (Archive &ar, Eigen::Map< PlainObjectBase, MapOptions, StrideType > &m, const unsigned int)
 
template<class Archive , typename S , int Rows, int Cols, int Options, int MaxRows, int MaxCols>
void boost::serialization::load (Archive &ar, Eigen::Matrix< S, Rows, Cols, Options, MaxRows, MaxCols > &m, const unsigned int)
 
template<class Archive , typename PlainObjectBase , int MapOptions, typename StrideType >
void boost::serialization::save (Archive &ar, const Eigen::Map< PlainObjectBase, MapOptions, StrideType > &m, const unsigned int)
 
template<class Archive , typename S , int Rows, int Cols, int Options, int MaxRows, int MaxCols>
void boost::serialization::save (Archive &ar, const Eigen::Matrix< S, Rows, Cols, Options, MaxRows, MaxCols > &m, const unsigned int)
 
template<class Archive , typename PlainObjectBase , int MapOptions, typename StrideType >
void boost::serialization::serialize (Archive &ar, Eigen::Map< PlainObjectBase, MapOptions, StrideType > &m, const unsigned int version)
 
template<class Archive , typename S , int Rows, int Cols, int Options, int MaxRows, int MaxCols>
void boost::serialization::serialize (Archive &ar, Eigen::Matrix< S, Rows, Cols, Options, MaxRows, MaxCols > &m, const unsigned int version)
 


hpp-fcl
Author(s):
autogenerated on Sat Nov 23 2024 03:44:59