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

Function _realType

numpy/linalg/linalg.py:153–154  ·  view source on GitHub ↗
(t, default=double)

Source from the content-addressed store, hash-verified

151 cdouble : cdouble}
152
153def _realType(t, default=double):
154 return _real_types_map.get(t, default)
155
156def _complexType(t, default=cdouble):
157 return _complex_types_map.get(t, default)

Callers 8

_commonTypeFunction · 0.85
eigvalsFunction · 0.85
eigvalshFunction · 0.85
eigFunction · 0.85
eighFunction · 0.85
svdFunction · 0.85
slogdetFunction · 0.85
lstsqFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected