Precision.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 
36 namespace blaze {
37 
38 //*************************************************************************************************
47 typedef double real;
48 //*************************************************************************************************
49 
50 } // namespace blaze
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
double real
Floating point data type of the Blaze library.This type definition offers the possibility to switch t...
Definition: Precision.h:47