Loading...
Searching...
No Matches
eigen-matrix.hpp File Reference
#include <Eigen/Dense>
#include <boost/serialization/split_free.hpp>
#include <boost/serialization/vector.hpp>
Include dependency graph for eigen-matrix.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<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)