cfunction1.cpp
Go to the documentation of this file.
1 void myAcadoDifferentialEquation1( double *x, double *f, void *user_data ){
2 
3  double t = x[0];
4  double xx = x[1];
5  double u = x[2];
6  double w = x[3];
7 
8  f[0] = -2.0*xx + u;
9 
10 
11 }
void myAcadoDifferentialEquation1(double *x, double *f, void *user_data)
Definition: cfunction1.cpp:1


acado
Author(s): Milan Vukov, Rien Quirynen
autogenerated on Mon Jun 10 2019 12:34:29