Backend agnostic linear algebra library based on mdarray

Pierre Wulles (CEA)
Christoph Groth (CEA)
Thursday session 1 (Zoom) (13:0014:30 BST)

We believe mdarray is the best array library in the Rust ecosystem: it offers a wide range of features: dynamic rank, compile-time constant dimensions, and more, with minimal overhead. It was however lacking solid linear algebra support, so we built one. mdarray-linalg lets users perform linear algebra over mdarray tensors using any available backend: from the tried-and-true BLAS/LAPACK to modern alternatives like faer or Nalgebra.