Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ get_linalg_error_extobj
Function
get_linalg_error_extobj
numpy/linalg/linalg.py:130–133 ·
view source on GitHub ↗
(callback)
Source
from the content-addressed store, hash-verified
128
"QR factorization"
)
129
130
def
get_linalg_error_extobj(callback):
131
extobj = list(_linalg_error_extobj)
# make a copy
132
extobj[2] = callback
133
return
extobj
134
135
def
_makearray(a):
136
new = asarray(a)
Callers
10
solve
Function · 0.85
inv
Function · 0.85
cholesky
Function · 0.85
qr
Function · 0.85
eigvals
Function · 0.85
eigvalsh
Function · 0.85
eig
Function · 0.85
eigh
Function · 0.85
svd
Function · 0.85
lstsq
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected