aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SuperLUSupport
diff options
context:
space:
mode:
authorGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2016-07-10 02:29:57 +0200
committerGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2016-07-10 02:29:57 +0200
commit3c795c6923134da2c887ab2a340de9c0bca888ab (patch)
treebb81261d5a686635a00c323ae5eecad4e3d5dcc0 /Eigen/SuperLUSupport
parent57113e00f9b0cb25e6982df13706687023cea944 (diff)
bug #1119: Adjust call to ?gssvx for SuperLU 5
Also improved corresponding cmake module to detect versions 5.x Based on patch by Christoph GrĂ¼ninger.
Diffstat (limited to 'Eigen/SuperLUSupport')
-rw-r--r--Eigen/SuperLUSupport2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/SuperLUSupport b/Eigen/SuperLUSupport
index 113f58ee5..59312a82d 100644
--- a/Eigen/SuperLUSupport
+++ b/Eigen/SuperLUSupport
@@ -43,7 +43,7 @@ namespace Eigen { struct SluMatrix; }
* - class SuperLU: a supernodal sequential LU factorization.
* - class SuperILU: a supernodal sequential incomplete LU factorization (to be used as a preconditioner for iterative methods).
*
- * \warning This wrapper is only for the 4.x versions of SuperLU. The 3.x and 5.x versions are not supported.
+ * \warning This wrapper requires at least versions 4.0 of SuperLU. The 3.x versions are not supported.
*
* \warning When including this module, you have to use SUPERLU_EMPTY instead of EMPTY which is no longer defined because it is too polluting.
*