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

Function acos

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

Source from the content-addressed store, hash-verified

1654
1655template<typename T>
1656EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE
1657T acos(const T &x) {
1658 EIGEN_USING_STD(acos);
1659 return acos(x);
1660}
1661
1662#if EIGEN_HAS_CXX11_MATH
1663template<typename T>

Callers 2

pacosFunction · 0.70
slerpMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected