MCPcopy Create free account
hub / github.com/numpy/numpy / _complexType

Function _complexType

numpy/linalg/linalg.py:156–157  ·  view source on GitHub ↗
(t, default=cdouble)

Source from the content-addressed store, hash-verified

154 return _real_types_map.get(t, default)
155
156def _complexType(t, default=cdouble):
157 return _complex_types_map.get(t, default)
158
159def _commonType(*arrays):
160 # in lite version, use higher precision (always double or cdouble)

Callers 2

eigvalsFunction · 0.85
eigFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected