Migrate `np.dot` to use python @
It would be nice to migrate np.dot to use the inbuilt python @ 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
Hi! I've started to work on this change (https://github.com/nshea3/QuantEcon.py/tree/migrate-matmul-symbol)
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!
Nick
thanks @nshea3 -- appreciate it.
Hi everyone, I will take this issue. Let me know if there is anyone else working on this :)