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

Function _raise_linalgerror_qr

numpy/linalg/linalg.py:126–128  ·  view source on GitHub ↗
(err, flag)

Source from the content-addressed store, hash-verified

124 raise LinAlgError("SVD did not converge in Linear Least Squares")
125
126def _raise_linalgerror_qr(err, flag):
127 raise LinAlgError("Incorrect argument found while performing "
128 "QR factorization")
129
130def get_linalg_error_extobj(callback):
131 extobj = list(_linalg_error_extobj) # make a copy

Callers

nothing calls this directly

Calls 1

LinAlgErrorClass · 0.85

Tested by

no test coverage detected