MCPcopy 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
132bool ArrayInfo::isComplex() const { return arrayfire::common::isComplex(type); }
133
134bool ArrayInfo::isReal() const { return arrayfire::common::isReal(type); }
135

Callers 4

af_powFunction · 0.80
af_rootFunction · 0.80
fftconvolve_fallbackFunction · 0.80
af_argFunction · 0.80

Calls 1

isComplexFunction · 0.85

Tested by

no test coverage detected