aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SuperLUSupport
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-11-28 16:36:37 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-11-28 16:36:37 +0100
commitcda397b11775000a7b6da375728ebb851ebec232 (patch)
tree3faea217a46402c4ecda059ea4db4f83ea44ef2f /Eigen/SuperLUSupport
parent2d621d235d67f8cab4f6a77ada9db0087bc82234 (diff)
cleanning pass on the sparse modules:
- remove outdated/deprecated code - improve a bit the documentation
Diffstat (limited to 'Eigen/SuperLUSupport')
-rw-r--r--Eigen/SuperLUSupport2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/SuperLUSupport b/Eigen/SuperLUSupport
index 5dde2d25b..f4e7c6b38 100644
--- a/Eigen/SuperLUSupport
+++ b/Eigen/SuperLUSupport
@@ -30,7 +30,7 @@ namespace Eigen { struct SluMatrix; }
namespace Eigen {
-/** \ingroup Sparse_modules
+/** \ingroup Support_modules
* \defgroup SuperLUSupport_Module SuperLUSupport module
*
* \warning When including this module, you have to use SUPERLU_EMPTY instead of EMPTY which is no longer defined because it is too polluting.