35 #ifndef _BLAZE_SYSTEM_PRECISION_H_
36 #define _BLAZE_SYSTEM_PRECISION_H_
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