Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
blaze
system
Solvers.h
Go to the documentation of this file.
1
//=================================================================================================
20
//=================================================================================================
21
22
#ifndef _BLAZE_SYSTEM_SOLVER_H_
23
#define _BLAZE_SYSTEM_SOLVER_H_
24
25
26
//*************************************************************************************************
27
// Includes
28
//*************************************************************************************************
29
30
#include <
blaze/system/Precision.h
>
31
#include <
blaze/util/StaticAssert.h
>
32
#include <
blaze/util/Types.h
>
33
34
35
36
37
//=================================================================================================
38
//
39
// MATHEMATICAL SOLVER SETTINGS
40
//
41
//=================================================================================================
42
43
#include <
blaze/config/Solvers.h
>
44
45
46
47
48
//=================================================================================================
49
//
50
// COMPILE TIME CONSTRAINT
51
//
52
//=================================================================================================
53
54
//*************************************************************************************************
56
namespace
{
57
58
BLAZE_STATIC_ASSERT
(
blaze::solvers::maxIterations
> 0 );
59
60
}
62
//*************************************************************************************************
63
64
#endif
Generated on Fri May 24 2013 16:39:44 by
1.8.3.1