MCPcopy 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
140def isComplexType(t):
141 return issubclass(t, complexfloating)
142
143_real_types_map = {single : single,
144 double : double,

Callers 15

_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
slogdetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected