From 10f9478f35839ab2ce933dc2feb26c129e12590f Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Mon, 5 Jan 2009 19:00:10 +0000 Subject: [PATCH] release beta5, fix a doc typo --- CMakeLists.txt | 2 +- Eigen/src/Core/Dot.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ee3fc99ed..df050b4bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ project(Eigen) -set(EIGEN_VERSION_NUMBER "2.0-beta4") +set(EIGEN_VERSION_NUMBER "2.0-beta5") #if the svnversion program is absent, this will leave the SVN_REVISION string empty, #but won't stop CMake. diff --git a/Eigen/src/Core/Dot.h b/Eigen/src/Core/Dot.h index 18e81ac1c..bf28b9d7e 100644 --- a/Eigen/src/Core/Dot.h +++ b/Eigen/src/Core/Dot.h @@ -306,7 +306,7 @@ inline typename NumTraits::Scalar>::Real MatrixBase< * * \only_for_vectors * - * \sa dot(), normSquared() + * \sa dot(), squaredNorm() */ template inline typename NumTraits::Scalar>::Real MatrixBase::norm() const