Crates.io | klu_sys |
lib.rs | klu_sys |
version | 0.2.0 |
source | src |
created_at | 2022-08-25 11:10:15.041899 |
updated_at | 2022-08-25 11:31:19.937449 |
description | Raw bindings to SuiteSparse's KLU sparse matrix solver |
homepage | |
repository | https://github.com/pascalkuthe/klu-rs |
max_upload_size | |
id | 652094 |
size | 983,281 |
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.