mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
re-implement stableNorm using a homemade blocky and
vectorization friendly algorithm (slow if no vectorization)
This commit is contained in:
@@ -384,6 +384,7 @@ template<typename Derived> class MatrixBase
|
||||
RealScalar norm() const;
|
||||
RealScalar stableNorm() const;
|
||||
RealScalar blueNorm() const;
|
||||
RealScalar hypotNorm() const;
|
||||
const PlainMatrixType normalized() const;
|
||||
void normalize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user