add a "using MKL" documentation page, add a minimal documentation of PARDISO wrapper classes, refine a bit the EIGEN_USE_* logic

This commit is contained in:
Gael Guennebaud
2011-12-09 16:52:37 +01:00
parent fff25a4b46
commit 37f304a2e6
10 changed files with 219 additions and 25 deletions

View File

@@ -11,10 +11,10 @@
namespace Eigen {
/** \ingroup Sparse_modules
* \defgroup PARDISOSupport_Module Intel(R) MKL PARDISO support
*
/** \ingroup Support_modules
* \defgroup PARDISOSupport_Module PARDISOSupport module
*
* This module brings support for the Intel(R) MKL PARDISO direct sparse solvers
*
* \code
* #include <Eigen/PARDISOSupport>