An open API service indexing awesome lists of open source software.

https://github.com/rwl/amd_order

Approximate Mimimum Degree ordering in Rust
https://github.com/rwl/amd_order

rust sparse-linear-systems

Last synced: 3 months ago
JSON representation

Approximate Mimimum Degree ordering in Rust

Awesome Lists containing this project

README

          

# AMD

Approximate Minimum Degree ordering algorithm.

## About

Crate `amd` provides a set of routines for ordering a sparse matrix prior
to Cholesky factorization. The original [AMD](http://suitesparse.com/)
library by Timothy A. Davis was translated from C to [Rust](https://rustlang.org)
by Richard W. Lincoln.

## License

Use of this source code is governed by the BSD 3-clause license
([LICENSE](LICENSE) or https://opensource.org/licenses/BSD-3-Clause).