Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1655
template<typename T>
1656
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE
1657
T acos(const T &x) {
1658
EIGEN_USING_STD(acos);
1659
return acos(x);
1660
}
1661
1662
#if EIGEN_HAS_CXX11_MATH
1663
template<typename T>
Callers
2
pacos
Function · 0.70
slerp
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected