rusty-compression

Crates.iorusty-compression
lib.rsrusty-compression
version0.1.0
sourcesrc
created_at2021-06-29 14:29:41.282379
updated_at2022-04-18 20:58:21.932312
descriptionLow rank compression algorithms in Rust.
homepagehttps://github.com/rusty-fast-solvers/rusty-compression
repositoryhttps://github.com/rusty-fast-solvers/rusty-compression
max_upload_size
id416176
size209,644
Timo Betcke (tbetcke)

documentation

README

rusty-compression

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.

Commit count: 47

cargo fmt