Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-04-19 09:09:49

0001 #ifndef ATOOLS_Math_MyComplex_H
0002 #define ATOOLS_Math_MyComplex_H
0003 //Complex header
0004 #include <complex>
0005 typedef std::complex<double> Complex;
0006 #endif