mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Remove LGPL Code and references.
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
e71f88abce
commit
e256ad1823
@@ -19,7 +19,6 @@
|
||||
* \defgroup IterativeLinearSolvers_Module Iterative Solvers module
|
||||
* This module aims to provide various iterative linear and non linear solver algorithms.
|
||||
* It currently provides:
|
||||
* - a constrained conjugate gradient
|
||||
* - a Householder GMRES implementation
|
||||
* - an IDR(s) implementation
|
||||
* - a BiCGSTAB(L) implementation
|
||||
@@ -79,11 +78,6 @@
|
||||
|
||||
#include "../../Eigen/src/Core/util/DisableStupidWarnings.h"
|
||||
|
||||
#ifndef EIGEN_MPL2_ONLY
|
||||
#include "src/IterativeSolvers/IterationController.h"
|
||||
#include "src/IterativeSolvers/ConstrainedConjGrad.h"
|
||||
#endif
|
||||
|
||||
#include "src/IterativeSolvers/IncompleteLU.h"
|
||||
#include "src/IterativeSolvers/GMRES.h"
|
||||
#include "src/IterativeSolvers/DGMRES.h"
|
||||
|
||||
Reference in New Issue
Block a user