tracel-ai/burn

Linear algebra operations

Open

#1,538 opened on Mar 27, 2024

View on GitHub
 (14 comments) (14 reactions) (0 assignees)Rust (964 forks)auto 404
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.

Contributor guide