diff options
author | Gael Guennebaud <g.gael@free.fr> | 2011-11-28 16:36:37 +0100 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2011-11-28 16:36:37 +0100 |
commit | cda397b11775000a7b6da375728ebb851ebec232 (patch) | |
tree | 3faea217a46402c4ecda059ea4db4f83ea44ef2f /Eigen/CholmodSupport | |
parent | 2d621d235d67f8cab4f6a77ada9db0087bc82234 (diff) |
cleanning pass on the sparse modules:
- remove outdated/deprecated code
- improve a bit the documentation
Diffstat (limited to 'Eigen/CholmodSupport')
-rw-r--r-- | Eigen/CholmodSupport | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/CholmodSupport b/Eigen/CholmodSupport index 13385a7f5..a3db42fe7 100644 --- a/Eigen/CholmodSupport +++ b/Eigen/CholmodSupport @@ -11,7 +11,7 @@ extern "C" { namespace Eigen { -/** \ingroup Sparse_modules +/** \ingroup Support_modules * \defgroup CholmodSupport_Module CholmodSupport module * * |