mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Bicgstabl
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
2f65ec5302
commit
f63c6dd1f9
@@ -22,6 +22,7 @@
|
||||
* - a constrained conjugate gradient
|
||||
* - a Householder GMRES implementation
|
||||
* - an IDR(s) implementation
|
||||
* - a BiCGSTAB(L) implementation
|
||||
* - a DGMRES implementation
|
||||
* - a MINRES implementation
|
||||
*
|
||||
@@ -87,6 +88,7 @@
|
||||
#include "src/IterativeSolvers/DGMRES.h"
|
||||
#include "src/IterativeSolvers/MINRES.h"
|
||||
#include "src/IterativeSolvers/IDRS.h"
|
||||
#include "src/IterativeSolvers/BiCGSTABL.h"
|
||||
|
||||
#include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user