Skip to content
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

[Feature] Inplace operations #6

Open
hedgehog1024 opened this issue Dec 7, 2019 · 0 comments
Open

[Feature] Inplace operations #6

hedgehog1024 opened this issue Dec 7, 2019 · 0 comments

Comments

@hedgehog1024
Copy link
Contributor

This repo has implementations for addition and subtraction of matrices. However, all of them produce fresh new Matrix even if we don't need operands afterwards. In order to have a way to reduce allocations, one should have way to reuses allocated memory and operate on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant