Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
blaze
system
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
>
44
#include <
blaze/util/StaticAssert.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
71
BLAZE_STATIC_ASSERT
(
blaze::solvers::maxIterations
> 0 );
72
73
}
75
//*************************************************************************************************
76
77
#endif
Types.h
Header file for basic type definitions.
Precision.h
Header file for the floating point precision of the Blaze library.
StaticAssert.h
Compile time assertion.
Solvers.h
Configuration file for the mathematical solvers.
blaze::solvers::maxIterations
const size_t maxIterations
Maximum number of iterations of the mathematical solvers.This value specifies the default maximum num...
Definition:
Solvers.h:55
BLAZE_STATIC_ASSERT
#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
Generated on Thu Jul 2 2015 04:54:53 by
1.8.9.1