#include <casadi_sqpmethod.hpp>
Definition at line 37 of file casadi_sqpmethod.hpp.
Public Attributes | |
const casadi_sqpmethod_prob< T1 > * | prob |
T1 * | z_cand |
T1 * | gLag |
T1 * | gLag_old |
T1 * | gf |
T1 * | lbdz |
T1 * | ubdz |
T1 * | dx |
T1 * | dlam |
T1 * | Bk |
T1 * | Jk |
T1 * | merit_mem |
T1 * | temp_mem |
T1 * | temp_sol |
const T1 ** | arg |
T1 ** | res |
casadi_int * | iw |
T1 * | w |
const T1** casadi_sqpmethod_data< T1 >::arg |
Definition at line 61 of file casadi_sqpmethod.hpp.
T1* casadi_sqpmethod_data< T1 >::Bk |
Definition at line 51 of file casadi_sqpmethod.hpp.
T1 * casadi_sqpmethod_data< T1 >::dlam |
Definition at line 49 of file casadi_sqpmethod.hpp.
T1* casadi_sqpmethod_data< T1 >::dx |
Definition at line 49 of file casadi_sqpmethod.hpp.
T1* casadi_sqpmethod_data< T1 >::gf |
Definition at line 45 of file casadi_sqpmethod.hpp.
T1* casadi_sqpmethod_data< T1 >::gLag |
Definition at line 43 of file casadi_sqpmethod.hpp.
T1 * casadi_sqpmethod_data< T1 >::gLag_old |
Definition at line 43 of file casadi_sqpmethod.hpp.
casadi_int* casadi_sqpmethod_data< T1 >::iw |
Definition at line 63 of file casadi_sqpmethod.hpp.
T1* casadi_sqpmethod_data< T1 >::Jk |
Definition at line 53 of file casadi_sqpmethod.hpp.
T1* casadi_sqpmethod_data< T1 >::lbdz |
Definition at line 47 of file casadi_sqpmethod.hpp.
T1* casadi_sqpmethod_data< T1 >::merit_mem |
Definition at line 55 of file casadi_sqpmethod.hpp.
const casadi_sqpmethod_prob<T1>* casadi_sqpmethod_data< T1 >::prob |
Definition at line 39 of file casadi_sqpmethod.hpp.
T1** casadi_sqpmethod_data< T1 >::res |
Definition at line 62 of file casadi_sqpmethod.hpp.
T1* casadi_sqpmethod_data< T1 >::temp_mem |
Definition at line 57 of file casadi_sqpmethod.hpp.
T1* casadi_sqpmethod_data< T1 >::temp_sol |
Definition at line 59 of file casadi_sqpmethod.hpp.
T1 * casadi_sqpmethod_data< T1 >::ubdz |
Definition at line 47 of file casadi_sqpmethod.hpp.
T1* casadi_sqpmethod_data< T1 >::w |
Definition at line 64 of file casadi_sqpmethod.hpp.
T1* casadi_sqpmethod_data< T1 >::z_cand |
Definition at line 41 of file casadi_sqpmethod.hpp.