• Main Page
  • Classes
  • Files
  • File List
  • File Members

types.hpp

Go to the documentation of this file.
00001 #ifndef TYPES_HPP
00002 #define TYPES_HPP
00003 
00008 #include <complex>
00009 #include <vector>
00010 
00011 #define PI 3.1415926535897932384626433832795
00012 
00013 typedef std::complex<float> Complex;
00014 typedef std::vector<float> real_vec;
00015 typedef std::vector<Complex> complex_vec;
00016 
00017 #endif

Generated by  doxygen 1.7.1