Skip to content
Snippets Groups Projects
Commit 04ba3f11 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[MaL] Cleanup BiCGStab.h includes; fwd-decls.

parent 09f7a8db
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
*/ */
#include "BiCGStab.h" #include "BiCGStab.h"
#include "MathLib/LinAlg/Sparse/CRSMatrix.h"
#include "MathTools.h" #include "MathTools.h"
#include "blas.h" #include "blas.h"
......
...@@ -15,9 +15,11 @@ ...@@ -15,9 +15,11 @@
#ifndef BICGSTAB_H_ #ifndef BICGSTAB_H_
#define BICGSTAB_H_ #define BICGSTAB_H_
#include "blas.h" namespace MathLib
#include "../Sparse/CRSMatrix.h" {
#include "../Sparse/CRSMatrixDiagPrecond.h" template <typename FP_TYPE, typename IDX_TYPE>
class CRSMatrix;
}
namespace MathLib { namespace MathLib {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment