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

Add a dynamically allocated Matrix class #146

Closed
KyleVaughn opened this issue Feb 1, 2024 · 1 comment
Closed

Add a dynamically allocated Matrix class #146

KyleVaughn opened this issue Feb 1, 2024 · 1 comment
Labels

Comments

@KyleVaughn
Copy link
Owner

KyleVaughn commented Feb 1, 2024

Needed for scattering matrices.

Blocked by #145

One should consider using OpenBLAS or similar for the CPU and cuBLAS or similar for GPU. Writing a performant matrix-matrix or matrix-vector multiply is very hard

@KyleVaughn KyleVaughn added type: enhancement New feature or request priority: low labels Feb 1, 2024
@KyleVaughn
Copy link
Owner Author

Added with #156

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

No branches or pull requests

1 participant