proxsuite-nlp
0.10.0
A primal-dual augmented Lagrangian-type solver for nonlinear programming on manifolds.
|
#include <stdexcept>
#include <fmt/format.h>
Go to the source code of this file.
Classes | |
class | proxsuite::nlp::RuntimeError |
Namespaces | |
namespace | proxsuite |
Main package namespace. | |
namespace | proxsuite::nlp |
Macros | |
#define | PROXSUITE_NLP_RUNTIME_ERROR(msg) |
#define | PROXSUITE_NLP_DIM_CHECK(x, nx) |
#define | PROXSUITE_NLP_RAISE_IF_NAN(value) |
#define | PROXSUITE_NLP_RAISE_IF_NAN_NAME(value, name) |
Definition in file exceptions.hpp.
#define PROXSUITE_NLP_RUNTIME_ERROR | ( | msg | ) |
Definition at line 8 of file exceptions.hpp.
#define PROXSUITE_NLP_DIM_CHECK | ( | x, | |
nx ) |
Definition at line 12 of file exceptions.hpp.
#define PROXSUITE_NLP_RAISE_IF_NAN | ( | value | ) |
Definition at line 17 of file exceptions.hpp.
#define PROXSUITE_NLP_RAISE_IF_NAN_NAME | ( | value, | |
name ) |
Definition at line 21 of file exceptions.hpp.