MCPcopy 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
1636template<typename T>
1637EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE
1638T tan(const T &x) {
1639 EIGEN_USING_STD(tan);
1640 return tan(x);
1641}
1642
1643#if defined(SYCL_DEVICE_ONLY)
1644SYCL_SPECIALIZE_FLOATING_TYPES_UNARY(tan, tan)

Callers 1

ptanFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected