|
template<class Archive , class Derived > |
void | save (Archive &ar, Eigen::PlainObjectBase< Derived > const &m) |
|
template<class Archive , class Derived > |
void | load (Archive &ar, Eigen::PlainObjectBase< Derived > &m) |
|
template<class Archive , typename _Scalar , int _Options, typename _StorageIndex > |
void | save (Archive &ar, Eigen::SparseMatrix< _Scalar, _Options, _StorageIndex > const &m) |
|
template<class Archive , typename _Scalar , int _Options, typename _StorageIndex > |
void | load (Archive &ar, Eigen::SparseMatrix< _Scalar, _Options, _StorageIndex > &m) |
|
template<class Archive , typename T > |
void | serialize (Archive &archive, proxsuite::proxqp::dense::Model< T > &model) |
|
template<class Archive , typename T > |
void | serialize (Archive &archive, proxsuite::proxqp::Info< T > &info) |
|
template<class Archive , typename T > |
void | serialize (Archive &archive, proxsuite::proxqp::Results< T > &results) |
|
template<class Archive > |
void | save (Archive &ar, proxsuite::linalg::veg::Vec< bool > const &vec_bool) |
|
template<class Archive > |
void | load (Archive &ar, proxsuite::linalg::veg::Vec< bool > &vec_bool) |
|
template<class Archive , typename T > |
void | serialize (Archive &archive, proxsuite::proxqp::dense::preconditioner::RuizEquilibration< T > &ruiz) |
|
template<class Archive , typename T > |
void | serialize (Archive &archive, proxsuite::proxqp::Settings< T > &settings) |
|
template<class Archive , typename T > |
void | serialize (Archive &archive, proxsuite::proxqp::dense::Workspace< T > &work) |
|
template<typename T , class Archive > |
void | save (Archive &ar, proxsuite::linalg::veg::Vec< T > const &vec_T) |
|
template<typename T , class Archive > |
void | load (Archive &ar, proxsuite::linalg::veg::Vec< T > &vec_T) |
|
template<class Archive , typename T > |
void | serialize (Archive &archive, proxsuite::proxqp::dense::QP< T > &qp) |
|