lufact 0.1.0

Sparse LU factorization with partial pivoting
1
2
3
4
5
6
7
8
9
10
11
[dependencies.lufact-sys]
version = "0.2"

[package]
description = "Sparse LU factorization with partial pivoting"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "lufact"
readme = "README.md"
repository = "https://github.com/rwl/lufact_rs"
version = "0.1.0"