aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/PardisoSupport
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/PardisoSupport')
-rw-r--r--Eigen/PardisoSupport6
1 files changed, 5 insertions, 1 deletions
diff --git a/Eigen/PardisoSupport b/Eigen/PardisoSupport
index 6585edb74..99330ce7a 100644
--- a/Eigen/PardisoSupport
+++ b/Eigen/PardisoSupport
@@ -12,11 +12,15 @@
/** \ingroup Support_modules
* \defgroup PardisoSupport_Module PardisoSupport module
*
- * This module brings support for the Intel(R) MKL PARDISO direct sparse solvers
+ * This module brings support for the Intel(R) MKL PARDISO direct sparse solvers.
*
* \code
* #include <Eigen/PardisoSupport>
* \endcode
+ *
+ * In order to use this module, the MKL headers must be accessible from the include paths, and your binary must be linked to the MKL library and its dependencies.
+ * See this \ref TopicUsingIntelMKL "page" for more information on MKL-Eigen integration.
+ *
*/
#include "src/PardisoSupport/PardisoSupport.h"