proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
|
#include <proxsuite/helpers/optional.hpp>
#include <Eigen/Core>
#include <proxsuite/linalg/veg/type_traits/core.hpp>
#include <proxsuite/linalg/veg/vec.hpp>
#include <proxsuite/proxqp/settings.hpp>
#include "proxsuite/proxqp/status.hpp"
#include "proxsuite/proxqp/sparse/fwd.hpp"
Go to the source code of this file.
Classes | |
struct | proxsuite::proxqp::Info< T > |
This class stores the results statistics of PROXQP solvers with sparse and dense backends. More... | |
struct | proxsuite::proxqp::Results< T > |
This class stores all the results of PROXQP solvers with sparse and dense backends. More... | |
Namespaces | |
namespace | proxsuite |
namespace | proxsuite::proxqp |
Functions | |
template<typename T > | |
bool | proxsuite::proxqp::operator== (const Info< T > &info1, const Info< T > &info2) |
template<typename T > | |
bool | proxsuite::proxqp::operator!= (const Info< T > &info1, const Info< T > &info2) |
template<typename T > | |
bool | proxsuite::proxqp::operator== (const Results< T > &results1, const Results< T > &results2) |
template<typename T > | |
bool | proxsuite::proxqp::operator!= (const Results< T > &results1, const Results< T > &results2) |