Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/numpy/numpy
/ isComplexType
Function
isComplexType
numpy/linalg/_linalg.py:168–169 ·
view source on GitHub ↗
(t)
Source
from the content-addressed store, hash-verified
166
return
new, wrap
167
168
def
isComplexType(t):
169
return
issubclass(t, complexfloating)
170
171
172
_real_types_map = {single: single,
Callers
15
_to_real_if_imag_zero
Function · 0.85
_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
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…