rustebra 0.2.1

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
[package]

name = "rustebra"

version = "0.2.1"

edition = "2024"

license = "Apache-2.0"

description = "A hybrid no_std/alloc linear algebra crate for Rust, scaling from embedded targets to dynamic Krylov subspace solvers."

repository = "https://github.com/tec-eli/rustebra"

keywords = ["linear-algebra", "matrix", "vector", "no-std", "numerical"]

categories = ["algorithms", "mathematics", "no-std"]



[dependencies]



[features]

alloc = []