All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Solvers.h
Go to the documentation of this file.
1 //=================================================================================================
20 //=================================================================================================
21 
22 
23 namespace blaze {
24 
25 namespace solvers {
26 
27 //*************************************************************************************************
42 const size_t maxIterations = 25000;
43 //*************************************************************************************************
44 
45 
46 //*************************************************************************************************
60 const real threshold = 5E-7;
61 //*************************************************************************************************
62 
63 } // namespace solvers
64 
65 } // namespace pe