Implementations for the prox solver. More...
#include "proxsuite-nlp/prox-solver.hpp"#include "proxsuite-nlp/linesearch-armijo.hpp"#include <fmt/ostream.h>#include <fmt/color.h>Go to the source code of this file.
Namespaces | |
| namespace | proxsuite |
| Main package namespace. | |
Functions | |
| InertiaFlag | proxsuite::nlp::checkInertia (const int ndx, const int nc, const Eigen::VectorXi &signature) |
| Check the matrix has the desired inertia. | |
Implementations for the prox solver.
Definition in file prox-solver.hxx.
|
inline |
Check the matrix has the desired inertia.
| signature | The computed inertia as a vector of ints valued -1, 0, or 1. |
| delta | Scale factor for the identity matrix to add |
Definition at line 129 of file prox-solver.hxx.