#include <alpaqa/inner/panoc-ocp.hpp>
Definition at line 82 of file panoc-ocp.hpp.
Public Member Functions | |
vec | u () const |
vec | û () const |
vec | x () const |
vec | x̂ () const |
Public Attributes | |
unsigned | k |
SolverStatus | status |
crvec | xu |
crvec | p |
real_t | norm_sq_p |
crvec | x̂u |
real_t | φγ |
real_t | ψ |
crvec | grad_ψ |
real_t | ψ_hat |
crvec | q |
bool | gn |
length_t | nJ |
real_t | lqr_min_rcond |
real_t | L |
real_t | γ |
real_t | τ |
real_t | ε |
unsigned | outer_iter |
const TypeErasedControlProblem< config_t > * | problem |
const PANOCOCPParams< config_t > * | params |
auto u | ( | ) | const |
auto û | ( | ) | const |
auto x | ( | ) | const |
auto x̂ | ( | ) | const |
unsigned k |
Definition at line 85 of file panoc-ocp.hpp.
SolverStatus status |
Definition at line 86 of file panoc-ocp.hpp.
crvec xu |
Definition at line 87 of file panoc-ocp.hpp.
crvec p |
Definition at line 88 of file panoc-ocp.hpp.
real_t norm_sq_p |
Definition at line 89 of file panoc-ocp.hpp.
crvec x̂u |
Definition at line 90 of file panoc-ocp.hpp.
real_t φγ |
Definition at line 91 of file panoc-ocp.hpp.
real_t ψ |
Definition at line 92 of file panoc-ocp.hpp.
crvec grad_ψ |
Definition at line 93 of file panoc-ocp.hpp.
real_t ψ_hat |
Definition at line 94 of file panoc-ocp.hpp.
crvec q |
Definition at line 95 of file panoc-ocp.hpp.
bool gn |
Definition at line 96 of file panoc-ocp.hpp.
length_t nJ |
Definition at line 97 of file panoc-ocp.hpp.
real_t lqr_min_rcond |
Definition at line 98 of file panoc-ocp.hpp.
real_t L |
Definition at line 99 of file panoc-ocp.hpp.
real_t γ |
Definition at line 100 of file panoc-ocp.hpp.
real_t τ |
Definition at line 101 of file panoc-ocp.hpp.
real_t ε |
Definition at line 102 of file panoc-ocp.hpp.
unsigned outer_iter |
Definition at line 103 of file panoc-ocp.hpp.
const TypeErasedControlProblem<config_t>* problem |
Definition at line 104 of file panoc-ocp.hpp.
const PANOCOCPParams<config_t>* params |
Definition at line 105 of file panoc-ocp.hpp.