Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
146
bool ArrayInfo::isFloating() const {
147
return arrayfire::common::isFloating(type);
148
}
149
150
bool ArrayInfo::isInteger() const { return arrayfire::common::isInteger(type); }
151
Callers
15
af_rank
Function · 0.80
median
Function · 0.80
af_create_sparse_array
Function · 0.80
af_create_sparse_array_from_dense
Function · 0.80
af_lu
Function · 0.80
af_lu_inplace
Function · 0.80
af_cholesky
Function · 0.80
af_cholesky_inplace
Function · 0.80
af_approx1_common
Function · 0.80
af_approx2_common
Function · 0.80
af_norm
Function · 0.80
af_inverse
Function · 0.80
Calls
1
isFloating
Function · 0.85
Tested by
no test coverage detected