Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
template<typename T>
26
__device__ T sq(T a) {
27
return a * a;
28
}
29
30
template<typename T>
31
struct EPS {
Callers
3
computeMeanScale
Function · 0.70
computeEvalHomography
Function · 0.70
computeLMedSInliers
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected