MCPcopy 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
411template<typename T>
412static inline T division(T lhs, double rhs) {
413 return lhs / rhs;
414}
415
416static inline cfloat division(cfloat lhs, double rhs) {
417 cfloat retVal;

Callers

nothing calls this directly

Calls 2

realFunction · 0.70
imagFunction · 0.70

Tested by

no test coverage detected