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.
The text was updated successfully, but these errors were encountered:
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 inlinalg.generic
, computing the value based on the other input using modulo indexing.The text was updated successfully, but these errors were encountered: