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