MCPcopy 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
34template<typename T>
35T getInf() {
36 return scalar<T>(numeric_limits<T>::infinity());
37}
38
39template<>
40cfloat getInf() {

Callers

nothing calls this directly

Calls 1

infinityFunction · 0.85

Tested by

no test coverage detected