Namespaces | Functions
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 serialization/eigen.hpp:
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 _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 _IndexType , std::size_t _NumIndices>
void boost::serialization::load (Archive &ar, Eigen::array< _IndexType, _NumIndices > &a, const unsigned int)
 
void boost::serialization::load (Archive &ar, Eigen::Map< PlainObjectBase, MapOptions, StrideType > &m, const unsigned int)
 
void boost::serialization::load (Archive &ar, Eigen::Matrix< Scalar, Rows, Cols, Options, MaxRows, MaxCols > &m, 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 _IndexType , std::size_t _NumIndices>
void boost::serialization::save (Archive &ar, const Eigen::array< _IndexType, _NumIndices > &a, const unsigned int)
 
void boost::serialization::save (Archive &ar, const Eigen::Map< PlainObjectBase, MapOptions, StrideType > &m, const unsigned int)
 
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 _NumIndices, int _Options, typename _IndexType >
void boost::serialization::serialize (Archive &ar, ::pinocchio::Tensor< _Scalar, _NumIndices, _Options, _IndexType > &t, 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)
 
void boost::serialization::serialize (Archive &ar, Eigen::Map< PlainObjectBase, MapOptions, StrideType > &m, const unsigned int version)
 
void boost::serialization::serialize (Archive &ar, Eigen::Matrix< Scalar, Rows, Cols, Options, MaxRows, MaxCols > &m, const unsigned int version)
 


pinocchio
Author(s):
autogenerated on Tue Feb 13 2024 03:44:00