klu-rs

Crates.ioklu-rs
lib.rsklu-rs
version0.4.0
sourcesrc
created_at2022-08-25 11:35:53.705995
updated_at2022-09-15 18:29:57.647374
descriptionSave bindings to SuiteSparse's KLU sparse matrix solver
homepage
repositoryhttps://github.com/pascalkuthe/klu-rs
max_upload_size
id652113
size47,176
Pascal Kuthe (pascalkuthe)

documentation

README

klu-rs

KLU-rs are Rust binding to the KLU sparse matrix solver from [suitesparse]. KLU is a LU solve for sparse matrices that rarely/never change their sparsity pattern but often change their values. The klu-sys crate provides raw binding to the C API while the klu crate provides a small save (opinionated) wrapper around that API.

Commit count: 5

cargo fmt