DuQuad  v1.0
Quadratic Programming Optimizations
 All Data Structures Files Functions Variables Typedefs Macros
general_functions.h
Go to the documentation of this file.
1 /*
2  * general_functions.h
3  *
4  * Created on: Oct 4, 2014
5  * Author: sverre
6  */
7 
8 /** \file
9  * Contains some general functions that are common for most other files.
10  */
11 
12 #ifndef GENERAL_FUNCTIONS_H_
13 #define GENERAL_FUNCTIONS_H_
14 
15 #include "head.h"
16 
18 void free_pointer(real_t * pointer);
19 
20 void initArray();
21 void insertArray();
22 void freeArray();
23 
24 #endif /* GENERAL_FUNCTIONS_H_ */
void free_pointer(real_t *pointer)
void freeArray()
float64_t real_t
Definition: typedefs.h:25
void initArray()
void insertArray()
real_t * vector_alloc()