arpack-sys 0.0.2

FFI bindings to ARPACK-NG (system-linked via pkg-config)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "arpack-sys"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
readme = "README.md"
rust-version.workspace = true
description = "FFI bindings to ARPACK-NG (system-linked via pkg-config)"
documentation = "https://docs.rs/arpack-sys"
keywords = ["eigenvalue", "eigensolver", "arpack", "lanczos", "arnoldi"]
categories = ["external-ffi-bindings", "mathematics", "science"]
links = "arpack"
build = "build.rs"

[build-dependencies]
pkg-config = "0.3"