Open KJ7LNW opened 2 years ago
As noted on IRC:
the starting-point would be to enhance runtest so that the 1st ndarray param routinely also got tested in both real and complex mode, having had a dummy-dim added at the top with value 2. that would shake out all the non-broadcast-capable functions at once [...] fixing things to work for broadcasting is quite a fun exercise to force oneself to think n-dimensionally
I could be wrong here, but I sort of think that
mpinv()
should function about the same asminv()
--- but broadcasting fails formpinv()
:minv()
broadcasts the inverse:whereas
mpinv()
blows up when trying the pseudo-inverse: