rustebra 0.2.0

A hybrid no_std/alloc linear algebra crate for Rust, scaling from embedded targets to dynamic Krylov subspace solvers.
Documentation
---
layout: default
title: Algorithms
---

# 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