pascalkuthe / klu-rs

Rust binding to the KLU sparse matrix solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Rust binding to the KLU sparse matrix solver

License:Apache License 2.0


Languages

Language:Rust 100.0%