DuQuad  v1.0
Quadratic Programming Optimizations
 All Data Structures Files Functions Variables Typedefs Macros
print.h
Go to the documentation of this file.
1 /*
2  * print.h
3  *
4  * Created on: Aug 21, 2014
5  * Author: Sverre
6  */
7 
8 #ifndef PRINT_H_
9 #define PRINT_H_
10 
11 #include "head.h"
12 #include "gdm.h"
13 #include "fgm.h"
14 #include "dgm.h"
15 #include "dfgm.h"
16 
17 void print_vector();
18 void print_matrix();
19 void print_Problem();
20 void print_Options();
21 void print_Info();
22 void print_Result();
23 void print_problem_FGM();
24 void print_result_FGM();
25 void print_result_GDM();
26 
27 #endif /* PRINT_H_ */