mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
back out 842881cfb1
This commit is contained in:
@@ -159,10 +159,9 @@ MatrixBase<Derived>::normalized() const
|
||||
* \sa norm(), normalized()
|
||||
*/
|
||||
template<typename Derived>
|
||||
inline Derived& MatrixBase<Derived>::normalize()
|
||||
inline void MatrixBase<Derived>::normalize()
|
||||
{
|
||||
*this /= norm();
|
||||
return derived();
|
||||
}
|
||||
|
||||
//---------- implementation of other norms ----------
|
||||
|
||||
Reference in New Issue
Block a user