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

Function exp

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

Source from the content-addressed store, hash-verified

1543
1544template<typename T>
1545EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE
1546T exp(const T &x) {
1547 EIGEN_USING_STD(exp);
1548 return exp(x);
1549}
1550
1551#if defined(SYCL_DEVICE_ONLY)
1552SYCL_SPECIALIZE_FLOATING_TYPES_UNARY(exp, exp)

Callers 4

pexpFunction · 0.70
expm1Function · 0.70
complex<double> expMethod · 0.70
determinantMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected