aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/IterativeSolvers/DGMRES.h
diff options
context:
space:
mode:
authorGravatar Jens Wehner <jenswehner@gmail.com>2021-02-27 12:09:33 +0000
committerGravatar David Tellenbach <david.tellenbach@me.com>2021-02-27 12:09:33 +0000
commit4bfcee47b92eec06cf099fd0beaffa72897d104b (patch)
treeaa6c098c19f20891cf906189fe170f249c8a5cf0 /unsupported/Eigen/src/IterativeSolvers/DGMRES.h
parent29ebd84cb779eae01302a9f1e40cf06ca5eeeceb (diff)
Idrs iterative linear solver
Diffstat (limited to 'unsupported/Eigen/src/IterativeSolvers/DGMRES.h')
-rw-r--r--unsupported/Eigen/src/IterativeSolvers/DGMRES.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/src/IterativeSolvers/DGMRES.h b/unsupported/Eigen/src/IterativeSolvers/DGMRES.h
index 2ab56b5e7..5ae011b75 100644
--- a/unsupported/Eigen/src/IterativeSolvers/DGMRES.h
+++ b/unsupported/Eigen/src/IterativeSolvers/DGMRES.h
@@ -57,7 +57,7 @@ void sortWithPermutation (VectorType& vec, IndexType& perm, typename IndexType::
}
/**
- * \ingroup IterativeLInearSolvers_Module
+ * \ingroup IterativeLinearSolvers_Module
* \brief A Restarted GMRES with deflation.
* This class implements a modification of the GMRES solver for
* sparse linear systems. The basis is built with modified