mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-16 11:23:14 +08:00
release beta5, fix a doc typo
This commit is contained in:
parent
9c8a653c0b
commit
10f9478f35
@ -1,5 +1,5 @@
|
|||||||
project(Eigen)
|
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,
|
#if the svnversion program is absent, this will leave the SVN_REVISION string empty,
|
||||||
#but won't stop CMake.
|
#but won't stop CMake.
|
||||||
|
@ -306,7 +306,7 @@ inline typename NumTraits<typename ei_traits<Derived>::Scalar>::Real MatrixBase<
|
|||||||
*
|
*
|
||||||
* \only_for_vectors
|
* \only_for_vectors
|
||||||
*
|
*
|
||||||
* \sa dot(), normSquared()
|
* \sa dot(), squaredNorm()
|
||||||
*/
|
*/
|
||||||
template<typename Derived>
|
template<typename Derived>
|
||||||
inline typename NumTraits<typename ei_traits<Derived>::Scalar>::Real MatrixBase<Derived>::norm() const
|
inline typename NumTraits<typename ei_traits<Derived>::Scalar>::Real MatrixBase<Derived>::norm() const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user