-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add inplace mul!
with StandardBasisVector
#288
Comments
Also check for |
Related #344 |
Can we replace the entire thing with |
Didn't know about this package, but I think yes |
Just had a look at |
Maybe we can make a PR for them? |
Currently we can only perform multiplications with the
StandardBasisVector
by creating a new vector/matrix. For performance reasons it might be beneficial to also support inplace operations here.The text was updated successfully, but these errors were encountered: