All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Precision.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_SYSTEM_PRECISION_H_
36 #define _BLAZE_SYSTEM_PRECISION_H_
37 
38 
39 //*************************************************************************************************
40 // Includes
41 //*************************************************************************************************
42 
44 
45 
46 
47 
48 //=================================================================================================
49 //
50 // NUMERICAL PRECISION
51 //
52 //=================================================================================================
53 
54 #include <blaze/config/Precision.h>
55 
56 
57 
58 
59 //=================================================================================================
60 //
61 // COMPILE TIME CONSTRAINT
62 //
63 //=================================================================================================
64 
65 //*************************************************************************************************
67 namespace {
68 
70 
71 }
73 //*************************************************************************************************
74 
75 #endif
Constraint on the data type.
double real
Floating point data type of the Blaze library.This type definition offers the possibility to switch t...
Definition: Precision.h:47
Configuration of the floating point precision of the Blaze library.
#define BLAZE_CONSTRAINT_MUST_BE_FLOATING_POINT_TYPE(T)
Constraint on the data type.In case the given data type T is not a floating point data type...
Definition: FloatingPoint.h:79