MCPcopy Create free account
hub / github.com/VectorDB-NTU/RaBitQ-Library / norm

Method norm

include/rabitqlib/third/Eigen/src/Core/Dot.h:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 */
107template<typename Derived>
108EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE typename NumTraits<typename internal::traits<Derived>::Scalar>::Real MatrixBase<Derived>::norm() const
109{
110 return numext::sqrt(squaredNorm());
111}
112
113/** \returns an expression of the quotient of \c *this by its own norm.
114 *

Callers 3

runMethod · 0.45
computeInPlaceMethod · 0.45

Calls 1

sqrtFunction · 0.70

Tested by

no test coverage detected