mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
some renaming in the fuzzy compares, and in the multiplications
This commit is contained in:
@@ -88,7 +88,7 @@ typename NumTraits<Scalar>::Real Object<Scalar, Derived>::norm() const
|
||||
}
|
||||
|
||||
template<typename Scalar, typename Derived>
|
||||
ScalarProduct<Derived> Object<Scalar, Derived>::normalized() const
|
||||
ScalarMultiple<Derived> Object<Scalar, Derived>::normalized() const
|
||||
{
|
||||
return (*this) / norm();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user