rustebra 0.4.0

A hybrid no_std/alloc linear algebra crate for Rust, scaling from embedded targets to dynamic Krylov subspace solvers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

# Algorithms

Mathematical reference for every algorithm implemented in this project. Each document
covers the theory, the method, and when to use it. Language-agnostic.

## v0.2.0 — Matrix decompositions and structural properties

- [Cofactor expansion]cofactor-expansion.md
- [Rank]rank.md
- [LU decomposition]lu.md
- [QR decomposition]qr.md
- [Cholesky decomposition]cholesky.md
- [Singular Value Decomposition (SVD)]svd.md
- [Condition number]condition-number.md