![]() |
DuQuad
v1.0
Quadratic Programming Optimizations
|
#include "head.h"Go to the source code of this file.
Functions | |
| real_t * | vector_alloc () |
| void | free_pointer (real_t *pointer) |
| void | initArray () |
| void | insertArray () |
| void | freeArray () |
Contains some general functions that are common for most other files.
Definition in file general_functions.h.
| void free_pointer | ( | real_t * | pointer | ) |
Definition at line 16 of file general_functions.c.
| void freeArray | ( | ) |
| void initArray | ( | ) |
| void insertArray | ( | ) |
| real_t* vector_alloc | ( | ) |