Crates.io | klu-rs |
lib.rs | klu-rs |
version | 0.4.0 |
source | src |
created_at | 2022-08-25 11:35:53.705995 |
updated_at | 2022-09-15 18:29:57.647374 |
description | Save bindings to SuiteSparse's KLU sparse matrix solver |
homepage | |
repository | https://github.com/pascalkuthe/klu-rs |
max_upload_size | |
id | 652113 |
size | 47,176 |
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.