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
16
## Description

<!-- What does this PR change and why? -->

## Checklist

- [ ] `cargo test` passes (default)
- [ ] `cargo test --features alloc` passes
- [ ] `cargo clippy -- -D warnings` is clean
- [ ] `cargo fmt --check` passes
- [ ] New public API has doc comments and a `# Examples` block
- [ ] `CHANGELOG.md` updated under `[Unreleased]`

## Related issue

Closes #