proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
|
#include <Eigen/Core>
#include <proxsuite/proxqp/status.hpp>
#include <proxsuite/proxqp/dense/views.hpp>
#include <proxsuite/proxqp/sparse/fwd.hpp>
Go to the source code of this file.
Classes | |
struct | proxsuite::proxqp::Settings< T > |
This class defines the settings of PROXQP solvers with sparse and dense backends. More... | |
Namespaces | |
namespace | proxsuite |
namespace | proxsuite::proxqp |
Functions | |
std::ostream & | proxsuite::proxqp::operator<< (std::ostream &os, const SparseBackend &sparse_backend) |
std::ostream & | proxsuite::proxqp::operator<< (std::ostream &os, const DenseBackend &dense_backend) |
template<typename T > | |
bool | proxsuite::proxqp::operator== (const Settings< T > &settings1, const Settings< T > &settings2) |
template<typename T > | |
bool | proxsuite::proxqp::operator!= (const Settings< T > &settings1, const Settings< T > &settings2) |