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

#include <fatrop_conic_runtime.hpp>

Detailed Description

template<typename T1>
struct casadi_fatrop_conic_data< T1 >

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
 

Member Data Documentation

◆ a_eq

template<typename T1 >
casadi_int* casadi_fatrop_conic_data< T1 >::a_eq

Definition at line 88 of file fatrop_conic_runtime.hpp.

◆ a_eq_idx

template<typename T1 >
casadi_int * casadi_fatrop_conic_data< T1 >::a_eq_idx

Definition at line 88 of file fatrop_conic_runtime.hpp.

◆ a_ineq

template<typename T1 >
casadi_int * casadi_fatrop_conic_data< T1 >::a_ineq

Definition at line 88 of file fatrop_conic_runtime.hpp.

◆ a_ineq_idx

template<typename T1 >
casadi_int * casadi_fatrop_conic_data< T1 >::a_ineq_idx

Definition at line 88 of file fatrop_conic_runtime.hpp.

◆ AB

template<typename T1 >
T1* casadi_fatrop_conic_data< T1 >::AB

Definition at line 86 of file fatrop_conic_runtime.hpp.

◆ CD

template<typename T1 >
T1 * casadi_fatrop_conic_data< T1 >::CD

Definition at line 86 of file fatrop_conic_runtime.hpp.

◆ iter_count

template<typename T1 >
int casadi_fatrop_conic_data< T1 >::iter_count

Definition at line 91 of file fatrop_conic_runtime.hpp.

◆ prob

template<typename T1 >
const casadi_fatrop_conic_prob<T1>* casadi_fatrop_conic_data< T1 >::prob

Definition at line 82 of file fatrop_conic_runtime.hpp.

◆ pv

template<typename T1 >
T1* casadi_fatrop_conic_data< T1 >::pv

Definition at line 98 of file fatrop_conic_runtime.hpp.

◆ qp

template<typename T1 >
casadi_qp_data<T1>* casadi_fatrop_conic_data< T1 >::qp

Definition at line 84 of file fatrop_conic_runtime.hpp.

◆ res_comp

template<typename T1 >
T1 casadi_fatrop_conic_data< T1 >::res_comp

Definition at line 96 of file fatrop_conic_runtime.hpp.

◆ res_eq

template<typename T1 >
T1 casadi_fatrop_conic_data< T1 >::res_eq

Definition at line 94 of file fatrop_conic_runtime.hpp.

◆ res_ineq

template<typename T1 >
T1 casadi_fatrop_conic_data< T1 >::res_ineq

Definition at line 95 of file fatrop_conic_runtime.hpp.

◆ res_stat

template<typename T1 >
T1 casadi_fatrop_conic_data< T1 >::res_stat

Definition at line 93 of file fatrop_conic_runtime.hpp.

◆ return_status

template<typename T1 >
const char* casadi_fatrop_conic_data< T1 >::return_status

Definition at line 92 of file fatrop_conic_runtime.hpp.

◆ RSQ

template<typename T1 >
T1 * casadi_fatrop_conic_data< T1 >::RSQ

Definition at line 86 of file fatrop_conic_runtime.hpp.

◆ x_eq

template<typename T1 >
casadi_int* casadi_fatrop_conic_data< T1 >::x_eq

Definition at line 89 of file fatrop_conic_runtime.hpp.

◆ x_eq_idx

template<typename T1 >
casadi_int * casadi_fatrop_conic_data< T1 >::x_eq_idx

Definition at line 89 of file fatrop_conic_runtime.hpp.

◆ x_ineq

template<typename T1 >
casadi_int * casadi_fatrop_conic_data< T1 >::x_ineq

Definition at line 89 of file fatrop_conic_runtime.hpp.

◆ x_ineq_idx

template<typename T1 >
casadi_int * casadi_fatrop_conic_data< T1 >::x_ineq_idx

Definition at line 89 of file fatrop_conic_runtime.hpp.


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