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

Linear algebra operations #1538

Open
laggui opened this issue Mar 27, 2024 · 0 comments
Open

Linear algebra operations #1538

laggui opened this issue Mar 27, 2024 · 0 comments
Labels
enhancement Enhance existing features feature The feature request

Comments

@laggui
Copy link
Member

laggui commented Mar 27, 2024

Feature description

Add common linear algebra operations.

Feature motivation

We've had a couple of users ask about support for linalg ops like SVD, QR decomposition and matrix exponential. We added matrix operations like the diagonal but don't have matrix/vector norm or determinant.

Suggest a Solution

Maybe in a new burn-linalg crate, but would have to see how that would work for support on different backends.

@laggui laggui added enhancement Enhance existing features feature The feature request labels Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhance existing features feature The feature request
Projects
None yet
Development

No branches or pull requests

1 participant