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

Method isFloating

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

Source from the content-addressed store, hash-verified

144}
145
146bool ArrayInfo::isFloating() const {
147 return arrayfire::common::isFloating(type);
148}
149
150bool ArrayInfo::isInteger() const { return arrayfire::common::isInteger(type); }
151

Callers 15

af_rankFunction · 0.80
medianFunction · 0.80
af_create_sparse_arrayFunction · 0.80
af_luFunction · 0.80
af_lu_inplaceFunction · 0.80
af_choleskyFunction · 0.80
af_cholesky_inplaceFunction · 0.80
af_approx1_commonFunction · 0.80
af_approx2_commonFunction · 0.80
af_normFunction · 0.80
af_inverseFunction · 0.80

Calls 1

isFloatingFunction · 0.85

Tested by

no test coverage detected