From ae8b217a01f07711aa2e57f6b3cf93da77d6d82a Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 16 Dec 2015 10:47:03 +0100 Subject: Update doc to make it clear that only SuperLU 4.x is supported --- Eigen/src/SuperLUSupport/SuperLUSupport.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Eigen/src/SuperLUSupport') diff --git a/Eigen/src/SuperLUSupport/SuperLUSupport.h b/Eigen/src/SuperLUSupport/SuperLUSupport.h index b20da37f7..fd2b26581 100644 --- a/Eigen/src/SuperLUSupport/SuperLUSupport.h +++ b/Eigen/src/SuperLUSupport/SuperLUSupport.h @@ -452,6 +452,8 @@ class SuperLUBase : public SparseSolverBase * * \tparam _MatrixType the type of the sparse matrix A, it must be a SparseMatrix<> * + * \warning This class is only for the 4.x versions of SuperLU. The 3.x and 5.x versions are not supported. + * * \implsparsesolverconcept * * \sa \ref TutorialSparseDirectSolvers @@ -801,7 +803,7 @@ typename SuperLU::Scalar SuperLU::determinant() const * This class allows to solve for an approximate solution of A.X = B sparse linear problems via an incomplete LU factorization * using the SuperLU library. This class is aimed to be used as a preconditioner of the iterative linear solvers. * - * \warning This class requires SuperLU 4 or later. + * \warning This class is only for the 4.x versions of SuperLU. The 3.x and 5.x versions are not supported. * * \tparam _MatrixType the type of the sparse matrix A, it must be a SparseMatrix<> * -- cgit v1.2.3