#include <fatrop_conic_runtime.hpp>
Definition at line 80 of file fatrop_conic_runtime.hpp.
Public Attributes | |
const casadi_fatrop_conic_prob< T1 > * | prob |
casadi_qp_data< T1 > * | qp |
T1 * | AB |
T1 * | CD |
T1 * | RSQ |
casadi_int * | a_eq |
casadi_int * | a_ineq |
casadi_int * | a_eq_idx |
casadi_int * | a_ineq_idx |
casadi_int * | x_eq |
casadi_int * | x_ineq |
casadi_int * | x_eq_idx |
casadi_int * | x_ineq_idx |
int | iter_count |
const char * | return_status |
T1 | res_stat |
T1 | res_eq |
T1 | res_ineq |
T1 | res_comp |
T1 * | pv |
casadi_int* casadi_fatrop_conic_data< T1 >::a_eq |
Definition at line 88 of file fatrop_conic_runtime.hpp.
casadi_int * casadi_fatrop_conic_data< T1 >::a_eq_idx |
Definition at line 88 of file fatrop_conic_runtime.hpp.
casadi_int * casadi_fatrop_conic_data< T1 >::a_ineq |
Definition at line 88 of file fatrop_conic_runtime.hpp.
casadi_int * casadi_fatrop_conic_data< T1 >::a_ineq_idx |
Definition at line 88 of file fatrop_conic_runtime.hpp.
T1* casadi_fatrop_conic_data< T1 >::AB |
Definition at line 86 of file fatrop_conic_runtime.hpp.
T1 * casadi_fatrop_conic_data< T1 >::CD |
Definition at line 86 of file fatrop_conic_runtime.hpp.
int casadi_fatrop_conic_data< T1 >::iter_count |
Definition at line 91 of file fatrop_conic_runtime.hpp.
const casadi_fatrop_conic_prob<T1>* casadi_fatrop_conic_data< T1 >::prob |
Definition at line 82 of file fatrop_conic_runtime.hpp.
T1* casadi_fatrop_conic_data< T1 >::pv |
Definition at line 98 of file fatrop_conic_runtime.hpp.
casadi_qp_data<T1>* casadi_fatrop_conic_data< T1 >::qp |
Definition at line 84 of file fatrop_conic_runtime.hpp.
T1 casadi_fatrop_conic_data< T1 >::res_comp |
Definition at line 96 of file fatrop_conic_runtime.hpp.
T1 casadi_fatrop_conic_data< T1 >::res_eq |
Definition at line 94 of file fatrop_conic_runtime.hpp.
T1 casadi_fatrop_conic_data< T1 >::res_ineq |
Definition at line 95 of file fatrop_conic_runtime.hpp.
T1 casadi_fatrop_conic_data< T1 >::res_stat |
Definition at line 93 of file fatrop_conic_runtime.hpp.
const char* casadi_fatrop_conic_data< T1 >::return_status |
Definition at line 92 of file fatrop_conic_runtime.hpp.
T1 * casadi_fatrop_conic_data< T1 >::RSQ |
Definition at line 86 of file fatrop_conic_runtime.hpp.
casadi_int* casadi_fatrop_conic_data< T1 >::x_eq |
Definition at line 89 of file fatrop_conic_runtime.hpp.
casadi_int * casadi_fatrop_conic_data< T1 >::x_eq_idx |
Definition at line 89 of file fatrop_conic_runtime.hpp.
casadi_int * casadi_fatrop_conic_data< T1 >::x_ineq |
Definition at line 89 of file fatrop_conic_runtime.hpp.
casadi_int * casadi_fatrop_conic_data< T1 >::x_ineq_idx |
Definition at line 89 of file fatrop_conic_runtime.hpp.