List of all members | Public Attributes
casadi_feasiblesqpmethod_data< T1 > Struct Template Reference

#include <casadi_feasiblesqpmethod.hpp>

Detailed Description

template<typename T1>
struct casadi_feasiblesqpmethod_data< T1 >

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
 

Member Data Documentation

◆ anderson_memory_iterate

template<typename T1 >
T1* casadi_feasiblesqpmethod_data< T1 >::anderson_memory_iterate

Definition at line 65 of file casadi_feasiblesqpmethod.hpp.

◆ anderson_memory_step

template<typename T1 >
T1* casadi_feasiblesqpmethod_data< T1 >::anderson_memory_step

Definition at line 64 of file casadi_feasiblesqpmethod.hpp.

◆ Bk

template<typename T1 >
T1* casadi_feasiblesqpmethod_data< T1 >::Bk

Definition at line 60 of file casadi_feasiblesqpmethod.hpp.

◆ dlam

template<typename T1 >
T1 * casadi_feasiblesqpmethod_data< T1 >::dlam

Definition at line 48 of file casadi_feasiblesqpmethod.hpp.

◆ dlam_feas

template<typename T1 >
T1* casadi_feasiblesqpmethod_data< T1 >::dlam_feas

Definition at line 51 of file casadi_feasiblesqpmethod.hpp.

◆ dx

template<typename T1 >
T1* casadi_feasiblesqpmethod_data< T1 >::dx

Definition at line 48 of file casadi_feasiblesqpmethod.hpp.

◆ dx_feas

template<typename T1 >
T1* casadi_feasiblesqpmethod_data< T1 >::dx_feas

Definition at line 50 of file casadi_feasiblesqpmethod.hpp.

◆ f_feas

template<typename T1 >
T1 casadi_feasiblesqpmethod_data< T1 >::f_feas

Definition at line 69 of file casadi_feasiblesqpmethod.hpp.

◆ gamma

template<typename T1 >
T1* casadi_feasiblesqpmethod_data< T1 >::gamma

Definition at line 66 of file casadi_feasiblesqpmethod.hpp.

◆ gf

template<typename T1 >
T1* casadi_feasiblesqpmethod_data< T1 >::gf

Definition at line 44 of file casadi_feasiblesqpmethod.hpp.

◆ gf_feas

template<typename T1 >
T1* casadi_feasiblesqpmethod_data< T1 >::gf_feas

Definition at line 54 of file casadi_feasiblesqpmethod.hpp.

◆ gLag

template<typename T1 >
T1* casadi_feasiblesqpmethod_data< T1 >::gLag

Definition at line 42 of file casadi_feasiblesqpmethod.hpp.

◆ gLag_old

template<typename T1 >
T1 * casadi_feasiblesqpmethod_data< T1 >::gLag_old

Definition at line 42 of file casadi_feasiblesqpmethod.hpp.

◆ Jk

template<typename T1 >
T1* casadi_feasiblesqpmethod_data< T1 >::Jk

Definition at line 62 of file casadi_feasiblesqpmethod.hpp.

◆ lbdz

template<typename T1 >
T1* casadi_feasiblesqpmethod_data< T1 >::lbdz

Definition at line 46 of file casadi_feasiblesqpmethod.hpp.

◆ lbdz_feas

template<typename T1 >
T1* casadi_feasiblesqpmethod_data< T1 >::lbdz_feas

Definition at line 55 of file casadi_feasiblesqpmethod.hpp.

◆ prob

template<typename T1 >
const casadi_feasiblesqpmethod_prob<T1>* casadi_feasiblesqpmethod_data< T1 >::prob

Definition at line 39 of file casadi_feasiblesqpmethod.hpp.

◆ tr_mask

template<typename T1 >
casadi_int* casadi_feasiblesqpmethod_data< T1 >::tr_mask

Definition at line 58 of file casadi_feasiblesqpmethod.hpp.

◆ tr_scale_vector

template<typename T1 >
T1* casadi_feasiblesqpmethod_data< T1 >::tr_scale_vector

Definition at line 57 of file casadi_feasiblesqpmethod.hpp.

◆ ubdz

template<typename T1 >
T1 * casadi_feasiblesqpmethod_data< T1 >::ubdz

Definition at line 46 of file casadi_feasiblesqpmethod.hpp.

◆ ubdz_feas

template<typename T1 >
T1 * casadi_feasiblesqpmethod_data< T1 >::ubdz_feas

Definition at line 55 of file casadi_feasiblesqpmethod.hpp.

◆ z_feas

template<typename T1 >
T1* casadi_feasiblesqpmethod_data< T1 >::z_feas

Definition at line 53 of file casadi_feasiblesqpmethod.hpp.

◆ z_tmp

template<typename T1 >
T1* casadi_feasiblesqpmethod_data< T1 >::z_tmp

Definition at line 56 of file casadi_feasiblesqpmethod.hpp.


The documentation for this struct was generated from the following file: