You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There doesn't seem to be a good way to accomplish this directly in linalg.generic. One possible solution is to build the structure of the output in numpy and use values from one of the inputs. Then perform an operation in linalg.generic, computing the value based on the other input using modulo indexing.