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_MATH_SOLVERS_H_
36 #define _BLAZE_MATH_SOLVERS_H_
37 
38 
39 //*************************************************************************************************
40 // Includes
41 //*************************************************************************************************
42 
43 #include <blaze/math/solvers/CG.h>
44 #include <blaze/math/solvers/CPG.h>
47 #include <blaze/math/solvers/PGS.h>
48 
49 #endif
Implementation of the conjugate projected gradient algorithm.
The Lemke pivoting algorithm for solving LCPs.
Header file for the GaussianElimination class.
Implementation of the projected Gauss-Seidel algorithm.
Header file for the conjugate gradient solver.