#include <alpaqa/inner/panoc-ocp.hpp>
Definition at line 66 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 |
auto û |
auto x |
auto x̂ |
unsigned k |
Definition at line 69 of file panoc-ocp.hpp.
SolverStatus status |
Definition at line 70 of file panoc-ocp.hpp.
crvec xu |
Definition at line 71 of file panoc-ocp.hpp.
crvec p |
Definition at line 72 of file panoc-ocp.hpp.
real_t norm_sq_p |
Definition at line 73 of file panoc-ocp.hpp.
crvec x̂u |
Definition at line 74 of file panoc-ocp.hpp.
real_t φγ |
Definition at line 75 of file panoc-ocp.hpp.
real_t ψ |
Definition at line 76 of file panoc-ocp.hpp.
crvec grad_ψ |
Definition at line 77 of file panoc-ocp.hpp.
real_t ψ_hat |
Definition at line 78 of file panoc-ocp.hpp.
crvec q |
Definition at line 79 of file panoc-ocp.hpp.
bool gn |
Definition at line 80 of file panoc-ocp.hpp.
length_t nJ |
Definition at line 81 of file panoc-ocp.hpp.
real_t lqr_min_rcond |
Definition at line 82 of file panoc-ocp.hpp.
real_t L |
Definition at line 83 of file panoc-ocp.hpp.
real_t γ |
Definition at line 84 of file panoc-ocp.hpp.
real_t τ |
Definition at line 85 of file panoc-ocp.hpp.
real_t ε |
Definition at line 86 of file panoc-ocp.hpp.
unsigned outer_iter |
Definition at line 87 of file panoc-ocp.hpp.
const TypeErasedControlProblem<config_t>* problem |
Definition at line 88 of file panoc-ocp.hpp.
const PANOCOCPParams<config_t>* params |
Definition at line 89 of file panoc-ocp.hpp.