klu_sys

Crates.ioklu_sys
lib.rsklu_sys
version0.2.0
sourcesrc
created_at2022-08-25 11:10:15.041899
updated_at2022-08-25 11:31:19.937449
descriptionRaw bindings to SuiteSparse's KLU sparse matrix solver
homepage
repositoryhttps://github.com/pascalkuthe/klu-rs
max_upload_size
id652094
size983,281
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