Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ isComplex
Method
isComplex
src/backend/common/ArrayInfo.cpp:132–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
bool ArrayInfo::isComplex() const { return arrayfire::common::isComplex(type); }
133
134
bool ArrayInfo::isReal() const { return arrayfire::common::isReal(type); }
135
Callers
4
af_pow
Function · 0.80
af_root
Function · 0.80
fftconvolve_fallback
Function · 0.80
af_arg
Function · 0.80
Calls
1
isComplex
Function · 0.85
Tested by
no test coverage detected