Blaze.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_BLAZE_H_
36 #define _BLAZE_BLAZE_H_
37 
38 
39 //*************************************************************************************************
40 // Includes
41 //*************************************************************************************************
42 
43 #include <blaze/Math.h>
44 #include <blaze/system/Version.h>
45 #include <blaze/Util.h>
46 
47 
48 
49 
50 //=================================================================================================
51 //
52 // DOXYGEN DOCUMENTATION
53 //
54 //=================================================================================================
55 
56 //*************************************************************************************************
58 namespace blaze {}
59 //*************************************************************************************************
60 
61 #endif
Header file for the inclusion of the math module of the Blaze library.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Header file for the current version of the Blaze library.
Header file for the inclusion of the utility module of the Blaze library.