#include <fatrop_runtime.hpp>
Definition at line 84 of file fatrop_runtime.hpp.
Public Attributes | |
const casadi_nlpsol_prob< T1 > * | nlp |
const casadi_int * | nx |
const casadi_int * | nu |
const casadi_int * | ng |
casadi_int | nx_max |
casadi_int | nu_max |
casadi_int | nxu_max |
const casadi_int * | sp_h |
const casadi_int * | sp_a |
casadi_int | nnz_h |
casadi_int | nnz_a |
const casadi_int * | ABsp |
const casadi_int * | AB_offsets |
const casadi_int * | CDsp |
const casadi_int * | CD_offsets |
const casadi_int * | RSQsp |
const casadi_int * | RSQ_offsets |
const casadi_int * | Isp |
const casadi_int * | I_offsets |
casadi_int | N |
casadi_ocp_block * | AB |
casadi_ocp_block * | CD |
casadi_ocp_block * | RSQ |
casadi_ocp_block * | I |
OracleCallback | nlp_hess_l |
OracleCallback | nlp_jac_g |
OracleCallback | nlp_grad_f |
OracleCallback | nlp_f |
OracleCallback | nlp_g |
FatropOcpCWrite | write |
FatropOcpCFlush | flush |
casadi_ocp_block* casadi_fatrop_prob< T1 >::AB |
Definition at line 104 of file fatrop_runtime.hpp.
const casadi_int* casadi_fatrop_prob< T1 >::AB_offsets |
Definition at line 95 of file fatrop_runtime.hpp.
const casadi_int* casadi_fatrop_prob< T1 >::ABsp |
Definition at line 94 of file fatrop_runtime.hpp.
casadi_ocp_block * casadi_fatrop_prob< T1 >::CD |
Definition at line 104 of file fatrop_runtime.hpp.
const casadi_int* casadi_fatrop_prob< T1 >::CD_offsets |
Definition at line 97 of file fatrop_runtime.hpp.
const casadi_int* casadi_fatrop_prob< T1 >::CDsp |
Definition at line 96 of file fatrop_runtime.hpp.
FatropOcpCFlush casadi_fatrop_prob< T1 >::flush |
Definition at line 113 of file fatrop_runtime.hpp.
casadi_ocp_block * casadi_fatrop_prob< T1 >::I |
Definition at line 104 of file fatrop_runtime.hpp.
const casadi_int* casadi_fatrop_prob< T1 >::I_offsets |
Definition at line 101 of file fatrop_runtime.hpp.
const casadi_int* casadi_fatrop_prob< T1 >::Isp |
Definition at line 100 of file fatrop_runtime.hpp.
casadi_int casadi_fatrop_prob< T1 >::N |
Definition at line 103 of file fatrop_runtime.hpp.
const casadi_int * casadi_fatrop_prob< T1 >::ng |
Definition at line 86 of file fatrop_runtime.hpp.
const casadi_nlpsol_prob<T1>* casadi_fatrop_prob< T1 >::nlp |
Definition at line 85 of file fatrop_runtime.hpp.
OracleCallback casadi_fatrop_prob< T1 >::nlp_f |
Definition at line 109 of file fatrop_runtime.hpp.
OracleCallback casadi_fatrop_prob< T1 >::nlp_g |
Definition at line 110 of file fatrop_runtime.hpp.
OracleCallback casadi_fatrop_prob< T1 >::nlp_grad_f |
Definition at line 108 of file fatrop_runtime.hpp.
OracleCallback casadi_fatrop_prob< T1 >::nlp_hess_l |
Definition at line 106 of file fatrop_runtime.hpp.
OracleCallback casadi_fatrop_prob< T1 >::nlp_jac_g |
Definition at line 107 of file fatrop_runtime.hpp.
casadi_int casadi_fatrop_prob< T1 >::nnz_a |
Definition at line 91 of file fatrop_runtime.hpp.
casadi_int casadi_fatrop_prob< T1 >::nnz_h |
Definition at line 91 of file fatrop_runtime.hpp.
const casadi_int * casadi_fatrop_prob< T1 >::nu |
Definition at line 86 of file fatrop_runtime.hpp.
casadi_int casadi_fatrop_prob< T1 >::nu_max |
Definition at line 87 of file fatrop_runtime.hpp.
const casadi_int* casadi_fatrop_prob< T1 >::nx |
Definition at line 86 of file fatrop_runtime.hpp.
casadi_int casadi_fatrop_prob< T1 >::nx_max |
Definition at line 87 of file fatrop_runtime.hpp.
casadi_int casadi_fatrop_prob< T1 >::nxu_max |
Definition at line 87 of file fatrop_runtime.hpp.
casadi_ocp_block * casadi_fatrop_prob< T1 >::RSQ |
Definition at line 104 of file fatrop_runtime.hpp.
const casadi_int* casadi_fatrop_prob< T1 >::RSQ_offsets |
Definition at line 99 of file fatrop_runtime.hpp.
const casadi_int* casadi_fatrop_prob< T1 >::RSQsp |
Definition at line 98 of file fatrop_runtime.hpp.
const casadi_int * casadi_fatrop_prob< T1 >::sp_a |
Definition at line 89 of file fatrop_runtime.hpp.
const casadi_int* casadi_fatrop_prob< T1 >::sp_h |
Definition at line 89 of file fatrop_runtime.hpp.
FatropOcpCWrite casadi_fatrop_prob< T1 >::write |
Definition at line 112 of file fatrop_runtime.hpp.