MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / isReal

Method isReal

src/backend/common/ArrayInfo.cpp:134–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132bool ArrayInfo::isComplex() const { return arrayfire::common::isComplex(type); }
133
134bool ArrayInfo::isReal() const { return arrayfire::common::isReal(type); }
135
136bool ArrayInfo::isDouble() const { return arrayfire::common::isDouble(type); }
137

Callers 2

af_sort_by_keyFunction · 0.80
af_unaryFunction · 0.80

Calls 1

isRealFunction · 0.85

Tested by

no test coverage detected