From 009a69fbf4a39de51f48e76e2d873cbcc3232513 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 2 Aug 2016 23:32:41 +0200 Subject: [PATCH] List PARDISO solver. (grafted from 819d0cea1b8cc27c55c94886c85a0a3efc155a50 ) --- doc/SparseLinearSystems.dox | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/SparseLinearSystems.dox b/doc/SparseLinearSystems.dox index 051a02ed9..b66e2ba2b 100644 --- a/doc/SparseLinearSystems.dox +++ b/doc/SparseLinearSystems.dox @@ -46,6 +46,9 @@ They are summarized in the following table: SPQR\link SPQRSupport_Module SPQRSupport \endlink QR factorization Any, rectangularfill-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 \endlinkDirect LLt, LDLt, LU factorizationsSPD \n SPD \n SquareFill-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.