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

Function rsqrt

include/rabitqlib/third/Eigen/src/Core/MathFunctions.h:1481–1485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1479/** \returns the reciprocal square root of \a x. **/
1480template<typename T>
1481EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE
1482T rsqrt(const T& x)
1483{
1484 return internal::rsqrt_impl<T>::run(x);
1485}
1486
1487template<typename T>
1488EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE

Callers 2

operator()Method · 0.85

Calls 1

runFunction · 0.85

Tested by

no test coverage detected