aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/SelfAdjointView.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-03-31 10:02:02 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-03-31 10:02:02 +0200
commitb471161f28e13b41fdc847f441de04ab3aadbfe8 (patch)
treec505464f4daa5f082442b3ad832d1bb34f3fc793 /Eigen/src/Core/SelfAdjointView.h
parent969e92261d3da900cd472d74abda9357ac994146 (diff)
fix typo and remove unused declaration.
Diffstat (limited to 'Eigen/src/Core/SelfAdjointView.h')
-rw-r--r--Eigen/src/Core/SelfAdjointView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/SelfAdjointView.h b/Eigen/src/Core/SelfAdjointView.h
index 0e9872bf5..4bb90c373 100644
--- a/Eigen/src/Core/SelfAdjointView.h
+++ b/Eigen/src/Core/SelfAdjointView.h
@@ -38,7 +38,7 @@
* with given dense storage of the coefficients. It is the return type of MatrixBase::selfadjointView()
* and most of the time this is the only way that it is used.
*
- * \sa class TriangularBase, MatrixBase::selfAdjointView()
+ * \sa class TriangularBase, MatrixBase::selfadjointView()
*/
namespace internal {