Namespaces | Functions
src/serialization/eigen.hpp File Reference
#include <Eigen/Dense>
#include "pinocchio/math/tensor.hpp"
#include <boost/serialization/split_free.hpp>
#include <boost/serialization/vector.hpp>
#include <boost/serialization/array.hpp>
Include dependency graph for src/serialization/eigen.hpp:

Go to the source code of this file.

Namespaces

 boost
 
 boost::serialization
 

Functions

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 PlainObjectBase , int MapOptions, typename StrideType >
void boost::serialization::load (Archive &ar, Eigen::Map< PlainObjectBase, MapOptions, StrideType > &m, const unsigned int)
 
template<class Archive , typename _IndexType , std::size_t _NumIndices>
void boost::serialization::load (Archive &ar, Eigen::array< _IndexType, _NumIndices > &a, const unsigned int)
 
template<class Archive , typename _Scalar , int _NumIndices, int _Options, typename _IndexType >
void boost::serialization::load (Archive &ar,::pinocchio::Tensor< _Scalar, _NumIndices, _Options, _IndexType > &t, const unsigned int)
 
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 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 _IndexType , std::size_t _NumIndices>
void boost::serialization::save (Archive &ar, const Eigen::array< _IndexType, _NumIndices > &a, const unsigned int)
 
template<class Archive , typename _Scalar , int _NumIndices, int _Options, typename _IndexType >
void boost::serialization::save (Archive &ar, const ::pinocchio::Tensor< _Scalar, _NumIndices, _Options, _IndexType > &t, 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)
 
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 _IndexType , std::size_t _NumIndices>
void boost::serialization::serialize (Archive &ar, Eigen::array< _IndexType, _NumIndices > &a, const unsigned int version)
 
template<class Archive , typename _Scalar , int _NumIndices, int _Options, typename _IndexType >
void boost::serialization::serialize (Archive &ar,::pinocchio::Tensor< _Scalar, _NumIndices, _Options, _IndexType > &t, const unsigned int version)
 


pinocchio
Author(s):
autogenerated on Tue Jun 1 2021 02:45:05