neuro_toolbox
config.hpp
Go to the documentation of this file.
1 #ifndef CONFIG_HPP
2 #define CONFIG_HPP
3 
4 
5 #include <cmath>
6 #include <time.h>
7 #include <vector>
8 #include <random>
9 #include <string>
10 #include <stdio.h>
11 #include <fftw3.h>
12 #include <cstring>
13 #include <fstream>
14 #include <numeric>
15 #include <complex>
16 #include <iostream>
17 #include <assert.h>
18 #include <stdlib.h> /* exit, EXIT_FAILURE */
19 #include <algorithm>
20 #include <sys/stat.h>
21 #include <sys/time.h>
22 
23 
24 
25 
26 
27 
28 #endif // !CONFIG_HPP