#include <casadi_feasiblesqpmethod.hpp>
Definition at line 37 of file casadi_feasiblesqpmethod.hpp.
Public Attributes | |
| const casadi_feasiblesqpmethod_prob< T1 > * | prob |
| T1 * | gLag |
| T1 * | gLag_old |
| T1 * | gf |
| T1 * | lbdz |
| T1 * | ubdz |
| T1 * | dx |
| T1 * | dlam |
| T1 * | dx_feas |
| T1 * | dlam_feas |
| T1 * | z_feas |
| T1 * | gf_feas |
| T1 * | lbdz_feas |
| T1 * | ubdz_feas |
| T1 * | z_tmp |
| T1 * | tr_scale_vector |
| casadi_int * | tr_mask |
| T1 * | Bk |
| T1 * | Jk |
| T1 * | anderson_memory_step |
| T1 * | anderson_memory_iterate |
| T1 * | gamma |
| T1 | f_feas |
| T1* casadi_feasiblesqpmethod_data< T1 >::anderson_memory_iterate |
Definition at line 65 of file casadi_feasiblesqpmethod.hpp.
| T1* casadi_feasiblesqpmethod_data< T1 >::anderson_memory_step |
Definition at line 64 of file casadi_feasiblesqpmethod.hpp.
| T1* casadi_feasiblesqpmethod_data< T1 >::Bk |
Definition at line 60 of file casadi_feasiblesqpmethod.hpp.
| T1 * casadi_feasiblesqpmethod_data< T1 >::dlam |
Definition at line 48 of file casadi_feasiblesqpmethod.hpp.
| T1* casadi_feasiblesqpmethod_data< T1 >::dlam_feas |
Definition at line 51 of file casadi_feasiblesqpmethod.hpp.
| T1* casadi_feasiblesqpmethod_data< T1 >::dx |
Definition at line 48 of file casadi_feasiblesqpmethod.hpp.
| T1* casadi_feasiblesqpmethod_data< T1 >::dx_feas |
Definition at line 50 of file casadi_feasiblesqpmethod.hpp.
| T1 casadi_feasiblesqpmethod_data< T1 >::f_feas |
Definition at line 69 of file casadi_feasiblesqpmethod.hpp.
| T1* casadi_feasiblesqpmethod_data< T1 >::gamma |
Definition at line 66 of file casadi_feasiblesqpmethod.hpp.
| T1* casadi_feasiblesqpmethod_data< T1 >::gf |
Definition at line 44 of file casadi_feasiblesqpmethod.hpp.
| T1* casadi_feasiblesqpmethod_data< T1 >::gf_feas |
Definition at line 54 of file casadi_feasiblesqpmethod.hpp.
| T1* casadi_feasiblesqpmethod_data< T1 >::gLag |
Definition at line 42 of file casadi_feasiblesqpmethod.hpp.
| T1 * casadi_feasiblesqpmethod_data< T1 >::gLag_old |
Definition at line 42 of file casadi_feasiblesqpmethod.hpp.
| T1* casadi_feasiblesqpmethod_data< T1 >::Jk |
Definition at line 62 of file casadi_feasiblesqpmethod.hpp.
| T1* casadi_feasiblesqpmethod_data< T1 >::lbdz |
Definition at line 46 of file casadi_feasiblesqpmethod.hpp.
| T1* casadi_feasiblesqpmethod_data< T1 >::lbdz_feas |
Definition at line 55 of file casadi_feasiblesqpmethod.hpp.
| const casadi_feasiblesqpmethod_prob<T1>* casadi_feasiblesqpmethod_data< T1 >::prob |
Definition at line 39 of file casadi_feasiblesqpmethod.hpp.
| casadi_int* casadi_feasiblesqpmethod_data< T1 >::tr_mask |
Definition at line 58 of file casadi_feasiblesqpmethod.hpp.
| T1* casadi_feasiblesqpmethod_data< T1 >::tr_scale_vector |
Definition at line 57 of file casadi_feasiblesqpmethod.hpp.
| T1 * casadi_feasiblesqpmethod_data< T1 >::ubdz |
Definition at line 46 of file casadi_feasiblesqpmethod.hpp.
| T1 * casadi_feasiblesqpmethod_data< T1 >::ubdz_feas |
Definition at line 55 of file casadi_feasiblesqpmethod.hpp.
| T1* casadi_feasiblesqpmethod_data< T1 >::z_feas |
Definition at line 53 of file casadi_feasiblesqpmethod.hpp.
| T1* casadi_feasiblesqpmethod_data< T1 >::z_tmp |
Definition at line 56 of file casadi_feasiblesqpmethod.hpp.