#include <Eigen/Sparse>
#include <Eigen/Dense>
#include <cereal/cereal.hpp>
Go to the source code of this file.
|
template<class Archive, class Derived> |
void | cereal::save (Archive &ar, Eigen::PlainObjectBase< Derived > const &m) |
|
template<class Archive, class Derived> |
void | cereal::load (Archive &ar, Eigen::PlainObjectBase< Derived > &m) |
|
template<class Archive, typename _Scalar, int _Options, typename _StorageIndex> |
void | cereal::save (Archive &ar, Eigen::SparseMatrix< _Scalar, _Options, _StorageIndex > const &m) |
|
template<class Archive, typename _Scalar, int _Options, typename _StorageIndex> |
void | cereal::load (Archive &ar, Eigen::SparseMatrix< _Scalar, _Options, _StorageIndex > &m) |
|