#include <Eigen/Dense>
#include <boost/serialization/split_free.hpp>
#include <boost/serialization/vector.hpp>
Go to the source code of this file.
|
template<class Archive , typename _Scalar , int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols> |
void | boost::serialization::save (Archive &ar, const Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > &m, const unsigned int) |
|
template<class Archive , typename _Scalar , int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols> |
void | boost::serialization::load (Archive &ar, Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > &m, const unsigned int) |
|
template<class Archive , typename _Scalar , int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols> |
void | boost::serialization::serialize (Archive &ar, Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > &m, const unsigned int version) |
|