Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ division
Function
division
src/backend/cuda/math.hpp:412–414 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
410
411
template<typename T>
412
static inline T division(T lhs, double rhs) {
413
return lhs / rhs;
414
}
415
416
static inline cfloat division(cfloat lhs, double rhs) {
417
cfloat retVal;
Callers
nothing calls this directly
Calls
2
real
Function · 0.70
imag
Function · 0.70
Tested by
no test coverage detected