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

#include <mosek_runtime.hpp>

Detailed Description

template<typename T1>
struct casadi_mosek_prob< T1 >

Definition at line 34 of file mosek_runtime.hpp.

Public Attributes

const casadi_qp_prob< T1 > * qp
 
const int * colinda
 
const int * rowa
 
const int * qobj_row
 
const int * qobj_col
 
const int * qobj_nz_idx
 
int nquad
 
const char * coltype
 
const casadi_socp_prob< T1 > * socp
 

Member Data Documentation

◆ colinda

template<typename T1 >
const int* casadi_mosek_prob< T1 >::colinda

Definition at line 38 of file mosek_runtime.hpp.

◆ coltype

template<typename T1 >
const char* casadi_mosek_prob< T1 >::coltype

Definition at line 48 of file mosek_runtime.hpp.

◆ nquad

template<typename T1 >
int casadi_mosek_prob< T1 >::nquad

Definition at line 46 of file mosek_runtime.hpp.

◆ qobj_col

template<typename T1 >
const int * casadi_mosek_prob< T1 >::qobj_col

Definition at line 43 of file mosek_runtime.hpp.

◆ qobj_nz_idx

template<typename T1 >
const int* casadi_mosek_prob< T1 >::qobj_nz_idx

Definition at line 45 of file mosek_runtime.hpp.

◆ qobj_row

template<typename T1 >
const int* casadi_mosek_prob< T1 >::qobj_row

Definition at line 43 of file mosek_runtime.hpp.

◆ qp

template<typename T1 >
const casadi_qp_prob<T1>* casadi_mosek_prob< T1 >::qp

Definition at line 35 of file mosek_runtime.hpp.

◆ rowa

template<typename T1 >
const int * casadi_mosek_prob< T1 >::rowa

Definition at line 38 of file mosek_runtime.hpp.

◆ socp

template<typename T1 >
const casadi_socp_prob<T1>* casadi_mosek_prob< T1 >::socp

Definition at line 51 of file mosek_runtime.hpp.


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