forked from Sidharth-Prasad/aae497hw4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrocket_prop_moment.h
29 lines (26 loc) · 1022 Bytes
/
rocket_prop_moment.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* This file was automatically generated by CasADi.
The CasADi copyright holders make no ownership claim of its contents. */
#ifdef __cplusplus
extern "C" {
#endif
#ifndef casadi_real
#define casadi_real double
#endif
#ifndef casadi_int
#define casadi_int long long int
#endif
#include <casadi/mem.h>
int rocket_prop_moment(const casadi_real** arg, casadi_real** res, casadi_int* iw, casadi_real* w, void* mem);
void rocket_prop_moment_incref(void);
void rocket_prop_moment_decref(void);
casadi_int rocket_prop_moment_n_out(void);
casadi_int rocket_prop_moment_n_in(void);
const char* rocket_prop_moment_name_in(casadi_int i);
const char* rocket_prop_moment_name_out(casadi_int i);
const casadi_int* rocket_prop_moment_sparsity_in(casadi_int i);
const casadi_int* rocket_prop_moment_sparsity_out(casadi_int i);
int rocket_prop_moment_work(casadi_int *sz_arg, casadi_int* sz_res, casadi_int *sz_iw, casadi_int *sz_w);
casadi_functions* rocket_prop_moment_functions(void);
#ifdef __cplusplus
} /* extern "C" */
#endif