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

Method isDouble

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

Source from the content-addressed store, hash-verified

134bool ArrayInfo::isReal() const { return arrayfire::common::isReal(type); }
135
136bool ArrayInfo::isDouble() const { return arrayfire::common::isDouble(type); }
137
138bool ArrayInfo::isSingle() const { return arrayfire::common::isSingle(type); }
139

Callers 3

medianFunction · 0.80
af_approx1_commonFunction · 0.80
af_approx2_commonFunction · 0.80

Calls 1

isDoubleFunction · 0.85

Tested by

no test coverage detected