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

Function pow

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

Source from the content-addressed store, hash-verified

1358
1359template<typename ScalarX,typename ScalarY>
1360EIGEN_DEVICE_FUNC
1361inline typename internal::pow_impl<ScalarX,ScalarY>::result_type pow(const ScalarX& x, const ScalarY& y)
1362{
1363 return internal::pow_impl<ScalarX,ScalarY>::run(x, y);
1364}
1365
1366#if defined(SYCL_DEVICE_ONLY)
1367SYCL_SPECIALIZE_FLOATING_TYPES_BINARY(pow, pow)

Callers 3

blueNorm_implFunction · 0.70
runMethod · 0.70
runMethod · 0.70

Calls 1

runFunction · 0.85

Tested by

no test coverage detected