enhancementfeaturehelp wanted
Repository metrics
- Stars
- (15,550 stars)
- PR merge metrics
- (PR metrics pending)
Description
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.