arpack-sys 0.0.2

FFI bindings to ARPACK-NG (system-linked via pkg-config)
Documentation
1
2
3
4
5
6
7
/* bindgen entry point. ARPACK-NG installs its public C API at
 * `<arpack/arpack.h>` (and friends). We pull only the eigenvalue-driver
 * surface; debug/stat helpers can be added if a downstream caller
 * needs them. */

#include <stdint.h>
#include <arpack.h>