Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ isComplexType
Function
isComplexType
numpy/linalg/linalg.py:140–141 ·
view source on GitHub ↗
(t)
Source
from the content-addressed store, hash-verified
138
return
new, wrap
139
140
def
isComplexType(t):
141
return
issubclass(t, complexfloating)
142
143
_real_types_map = {single : single,
144
double : double,
Callers
15
_commonType
Function · 0.85
solve
Function · 0.85
inv
Function · 0.85
cholesky
Function · 0.85
qr
Function · 0.85
eigvals
Function · 0.85
eigvalsh
Function · 0.85
eig
Function · 0.85
eigh
Function · 0.85
svd
Function · 0.85
cond
Function · 0.85
slogdet
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected