All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Solvers.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_SYSTEM_SOLVER_H_
36 #define _BLAZE_SYSTEM_SOLVER_H_
37 
38 
39 //*************************************************************************************************
40 // Includes
41 //*************************************************************************************************
42 
43 #include <blaze/system/Precision.h>
45 #include <blaze/util/Types.h>
46 
47 
48 
49 
50 //=================================================================================================
51 //
52 // MATHEMATICAL SOLVER SETTINGS
53 //
54 //=================================================================================================
55 
56 #include <blaze/config/Solvers.h>
57 
58 
59 
60 
61 //=================================================================================================
62 //
63 // COMPILE TIME CONSTRAINT
64 //
65 //=================================================================================================
66 
67 //*************************************************************************************************
69 namespace {
70 
72 
73 }
75 //*************************************************************************************************
76 
77 #endif
Header file for the floating point precision of the Blaze library.
Compile time assertion.
Configuration file for the mathematical solvers.
const size_t maxIterations
Maximum number of iterations of the mathematical solvers.This value specifies the default maximum num...
Definition: Solvers.h:55
Header file for basic type definitions.
#define BLAZE_STATIC_ASSERT(expr)
Compile time assertion macro.In case of an invalid compile time expression, a compilation error is cr...
Definition: StaticAssert.h:143