uncertainties
uncertainties copied to clipboard
unumpy.ulinalg.pinv() doesn't do all that numpy.linalg.pinv()does
trafficstars
-
NumPy 1.17 introduced a new argument in
numpy.linalg.pinv(). It would be better if uncertainties knew how to handle it (instead of refusing to use it). -
NumPy 1.14 made numpy.pinv() handle "stacks" of matrices. Does unumpy.ulinalg.pinv() correctly handle them? (Not tested)