Home
last modified time | relevance | path

Searched defs:d_erk_workspace (Results 1 – 1 of 1) sorted by relevance

/dports/math/hpipm/hpipm-0.1.1/archive/include/
H A Dhpipm_d_erk_int.h46 struct d_erk_workspace struct
48 void (*ode)(int t, double *x, double *p, void *ode_args, double *xdot); // function pointer to ode
49 …for)(int t, double *x, double *p, void *ode_args, double *xdot); // function pointer to forward vde
50 …de_adj)(int t, double *adj_in, void *ode_args, double *adj_out); // function pointer to adjoint vde
51 void *ode_args; // pointer to ode args
75 …t d_erk_arg *erk_arg, int nx, int np, int nf_max, int na_max, struct d_erk_workspace *workspace, v… argument