|  | 
| 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) | 
|  |