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
Changes to lqnash and lqcontrol are both in progress. np.dot is used in many places in the repo so I think it will be a few weeks before I send along a PR.
Thanks for the stackoverflow post, useful info there!
It would be nice to migrate
np.dot
to use the inbuiltpython
@ operator for matrix multiplication.Some thought is required as
np.dot
doesn't behave in the exact same way as@
https://stackoverflow.com/questions/34142485/difference-between-numpy-dot-and-python-3-5-matrix-multiplication
The text was updated successfully, but these errors were encountered: