#include <math.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <sys/stat.h>
#include <sys/time.h>
#include "ADsymbolic_output.c"
Go to the source code of this file.
Classes | |
struct | ACADOworkspace_ |
struct | timer |
Defines | |
#define | ACADO_NE 2 |
#define | ACADO_NU 2 |
#define | ACADO_NX 8 |
#define | ACADO_NZ 10 |
#define | TIMING 10000 |
Typedefs | |
typedef struct ACADOworkspace_ | ACADOworkspace |
typedef double | real_t |
typedef struct timer | timer |
Functions | |
void | initializeX (double *x) |
int | main () |
void | tic (timer *t) |
real_t | toc (timer *t) |
Variables | |
ACADOworkspace | acadoWorkspace |
typedef struct ACADOworkspace_ ACADOworkspace |
void initializeX | ( | double * | x | ) |