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

Function fmod

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

Source from the content-addressed store, hash-verified

1804
1805template <typename T>
1806EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE
1807T fmod(const T& a, const T& b) {
1808 EIGEN_USING_STD(fmod);
1809 return fmod(a, b);
1810}
1811
1812#if defined(SYCL_DEVICE_ONLY)
1813SYCL_SPECIALIZE_FLOATING_TYPES_BINARY(fmod, fmod)

Callers 2

smallestPositiveAngleMethod · 0.50
smallestAngleMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected