Crates.io | rusty-compression |
lib.rs | rusty-compression |
version | 0.1.0 |
source | src |
created_at | 2021-06-29 14:29:41.282379 |
updated_at | 2022-04-18 20:58:21.932312 |
description | Low rank compression algorithms in Rust. |
homepage | https://github.com/rusty-fast-solvers/rusty-compression |
repository | https://github.com/rusty-fast-solvers/rusty-compression |
max_upload_size | |
id | 416176 |
size | 209,644 |
A low-rank compression library in Rust.
This library provides various routines for the low-rank compression of linear operators. The algorithms are mostly adapted from the book Fast direct solvers for elliptic PDEs by Gunnar Martinsson.
For examples see the two example programs in the directory examples
.
In application use the library requires the ndarray-linalg
dependency
to be linked against Openblas
or another Lapack library. For details
see the corresponding documentation of ndarray-linalg.