Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ isComplexType
Function
isComplexType
src/include/cltypes.h:73–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
static __inline bool
74
isComplexType(DataType dtype)
75
{
76
return (dtype == TYPE_COMPLEX_FLOAT || dtype == TYPE_COMPLEX_DOUBLE);
77
}
78
79
#endif /* CLTYPES_H_ */
Callers
15
isValidFlagMatrix
Function · 0.85
initExtraData
Function · 0.85
convKExtraFlagToArg
Function · 0.85
doSyrk
Function · 0.85
doSyr2k
Function · 0.85
checkReplaceCore
Function · 0.85
genVecMul
Function · 0.85
genStagedVecMul
Function · 0.85
checkInput
Function · 0.85
genMulLineOnTile
Function · 0.85
genMulTiles
Function · 0.85
tileMulGen
Function · 0.85
Calls
no outgoing calls
Tested by
1
run
Function · 0.68