MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / sq

Function sq

src/backend/cuda/kernel/homography.hpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25template<typename T>
26__device__ T sq(T a) {
27 return a * a;
28}
29
30template<typename T>
31struct EPS {

Callers 3

computeMeanScaleFunction · 0.70
computeEvalHomographyFunction · 0.70
computeLMedSInliersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected