fix typo and remove unused declaration.

This commit is contained in:
Gael Guennebaud
2011-03-31 10:02:02 +02:00
parent 969e92261d
commit b471161f28
2 changed files with 2 additions and 3 deletions

View File

@@ -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 {