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

Function cosh

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

Source from the content-addressed store, hash-verified

1742
1743template<typename T>
1744EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE
1745T cosh(const T &x) {
1746 EIGEN_USING_STD(cosh);
1747 return static_cast<T>(cosh(x));
1748}
1749
1750#if defined(SYCL_DEVICE_ONLY)
1751SYCL_SPECIALIZE_FLOATING_TYPES_UNARY(cosh, cosh)

Callers 1

pcoshFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected