proxsuite 0.7.2 The Advanced Proximal Optimization Toolbox |
#include <Eigen/Sparse>#include <Eigen/Dense>#include <cereal/cereal.hpp>Go to the source code of this file.
Namespaces | |
| namespace | cereal |
Functions | |
| 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) |