diff --git a/doc/SparseLinearSystems.dox b/doc/SparseLinearSystems.dox
index ee4f53a4e..fc33b93e7 100644
--- a/doc/SparseLinearSystems.dox
+++ b/doc/SparseLinearSystems.dox
@@ -76,6 +76,9 @@ They are summarized in the following tables:
SPQR | \link SPQRSupport_Module SPQRSupport \endlink | QR factorization |
Any, rectangular | fill-in reducing, multithreaded, fast dense algebra |
requires the SuiteSparse package, \b GPL | recommended for linear least-squares problems, has a rank-revealing feature |
+PardisoLLT \n PardisoLDLT \n PardisoLU | \link PardisoSupport_Module PardisoSupport \endlink | Direct LLt, LDLt, LU factorizations | SPD \n SPD \n Square | Fill-in reducing, Leverage fast dense algebra, Multithreading |
+ Requires the Intel MKL package, \b Proprietary |
+ optimized for tough problems patterns, see also \link TopicUsingIntelMKL using MKL with Eigen \endlink |
Here \c SPD means symmetric positive definite.