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

#include <daqp_runtime.hpp>

Detailed Description

template<typename T1>
struct casadi_daqp_data< T1 >

Definition at line 46 of file daqp_runtime.hpp.

Public Attributes

const casadi_daqp_prob< T1 > * prob
 
casadi_qp_data< T1 > * qp
 
DAQPWorkspace work
 
DAQPProblem daqp
 
DAQPResult res
 
int return_status
 

Member Data Documentation

◆ daqp

template<typename T1 >
DAQPProblem casadi_daqp_data< T1 >::daqp

Definition at line 53 of file daqp_runtime.hpp.

◆ prob

template<typename T1 >
const casadi_daqp_prob<T1>* casadi_daqp_data< T1 >::prob

Definition at line 48 of file daqp_runtime.hpp.

◆ qp

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

Definition at line 50 of file daqp_runtime.hpp.

◆ res

template<typename T1 >
DAQPResult casadi_daqp_data< T1 >::res

Definition at line 54 of file daqp_runtime.hpp.

◆ return_status

template<typename T1 >
int casadi_daqp_data< T1 >::return_status

Definition at line 56 of file daqp_runtime.hpp.

◆ work

template<typename T1 >
DAQPWorkspace casadi_daqp_data< T1 >::work

Definition at line 52 of file daqp_runtime.hpp.


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