MCPcopy
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
168def isComplexType(t):
169 return issubclass(t, complexfloating)
170
171
172_real_types_map = {single: single,

Callers 15

_to_real_if_imag_zeroFunction · 0.85
_commonTypeFunction · 0.85
solveFunction · 0.85
invFunction · 0.85
choleskyFunction · 0.85
qrFunction · 0.85
eigvalsFunction · 0.85
eigvalshFunction · 0.85
eigFunction · 0.85
eighFunction · 0.85
svdFunction · 0.85
condFunction · 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…