Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VectorDB-NTU/RaBitQ-Library
/ tan
Function
tan
include/rabitqlib/third/Eigen/src/Core/MathFunctions.h:1637–1641 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1635
1636
template<typename T>
1637
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE
1638
T tan(const T &x) {
1639
EIGEN_USING_STD(tan);
1640
return tan(x);
1641
}
1642
1643
#if defined(SYCL_DEVICE_ONLY)
1644
SYCL_SPECIALIZE_FLOATING_TYPES_UNARY(tan, tan)
Callers
1
ptan
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected