aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseSelfAdjointView.h
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/src/SparseCore/SparseSelfAdjointView.h
parent2d621d235d67f8cab4f6a77ada9db0087bc82234 (diff)
cleanning pass on the sparse modules:
- remove outdated/deprecated code - improve a bit the documentation
Diffstat (limited to 'Eigen/src/SparseCore/SparseSelfAdjointView.h')
-rw-r--r--Eigen/src/SparseCore/SparseSelfAdjointView.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Eigen/src/SparseCore/SparseSelfAdjointView.h b/Eigen/src/SparseCore/SparseSelfAdjointView.h
index a11d12aee..0768b696a 100644
--- a/Eigen/src/SparseCore/SparseSelfAdjointView.h
+++ b/Eigen/src/SparseCore/SparseSelfAdjointView.h
@@ -25,8 +25,8 @@
#ifndef EIGEN_SPARSE_SELFADJOINTVIEW_H
#define EIGEN_SPARSE_SELFADJOINTVIEW_H
-/** \class SparseSelfAdjointView
- *
+/** \ingroup SparseCore_Module
+ * \class SparseSelfAdjointView
*
* \brief Pseudo expression to manipulate a triangular sparse matrix as a selfadjoint matrix.
*