MCPcopy 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
130def get_linalg_error_extobj(callback):
131 extobj = list(_linalg_error_extobj) # make a copy
132 extobj[2] = callback
133 return extobj
134
135def _makearray(a):
136 new = asarray(a)

Callers 10

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
lstsqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected