Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ getInf
Function
getInf
src/backend/oneapi/sparse_arith.cpp:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
template<typename T>
35
T getInf() {
36
return scalar<T>(numeric_limits<T>::infinity());
37
}
38
39
template<>
40
cfloat getInf() {
Callers
nothing calls this directly
Calls
1
infinity
Function · 0.85
Tested by
no test coverage detected