All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Complex.h
Go to the documentation of this file.
1 //=================================================================================================
20 //=================================================================================================
21 
22 #ifndef _BLAZE_UTIL_COMPLEX_H_
23 #define _BLAZE_UTIL_COMPLEX_H_
24 
25 
26 //*************************************************************************************************
27 // Includes
28 //*************************************************************************************************
29 
30 #include <complex>
31 
32 
33 namespace blaze {
34 
35 //=================================================================================================
36 //
37 // TYPE DEFINITIONS
38 //
39 //=================================================================================================
40 
41 //*************************************************************************************************
46 using std::complex;
47 //*************************************************************************************************
48 
49 } // namespace blaze
50 
51 #endif