#include <mosek_runtime.hpp>
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 |
| const int* casadi_mosek_prob< T1 >::colinda |
Definition at line 38 of file mosek_runtime.hpp.
| const char* casadi_mosek_prob< T1 >::coltype |
Definition at line 48 of file mosek_runtime.hpp.
| int casadi_mosek_prob< T1 >::nquad |
Definition at line 46 of file mosek_runtime.hpp.
| const int * casadi_mosek_prob< T1 >::qobj_col |
Definition at line 43 of file mosek_runtime.hpp.
| const int* casadi_mosek_prob< T1 >::qobj_nz_idx |
Definition at line 45 of file mosek_runtime.hpp.
| const int* casadi_mosek_prob< T1 >::qobj_row |
Definition at line 43 of file mosek_runtime.hpp.
| const casadi_qp_prob<T1>* casadi_mosek_prob< T1 >::qp |
Definition at line 35 of file mosek_runtime.hpp.
| const int * casadi_mosek_prob< T1 >::rowa |
Definition at line 38 of file mosek_runtime.hpp.
| const casadi_socp_prob<T1>* casadi_mosek_prob< T1 >::socp |
Definition at line 51 of file mosek_runtime.hpp.