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
- Host: GitHub
- URL: https://github.com/rwl/amd_order
- Owner: rwl
- License: other
- Created: 2021-11-14T16:24:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-07T10:41:59.000Z (almost 4 years ago)
- Last Synced: 2025-09-28T01:26:27.279Z (9 months ago)
- Topics: rust, sparse-linear-systems
- Language: Rust
- Homepage: https://crates.io/crates/amd
- Size: 95.7 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).