Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
153
def
_realType(t, default=double):
154
return
_real_types_map.get(t, default)
155
156
def
_complexType(t, default=cdouble):
157
return
_complex_types_map.get(t, default)
Callers
8
_commonType
Function · 0.85
eigvals
Function · 0.85
eigvalsh
Function · 0.85
eig
Function · 0.85
eigh
Function · 0.85
svd
Function · 0.85
slogdet
Function · 0.85
lstsq
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected