arpack-ng

Crates.ioarpack-ng
lib.rsarpack-ng
version0.2.2
sourcesrc
created_at2020-08-07 11:09:47.290416
updated_at2023-08-25 15:34:19.704151
descriptionSave interface to arpack-ng-sys
homepagehttps://gitlab.com/solidtux-rust/arpack-ng
repository
max_upload_size
id273943
size29,693
Daniel Hauck (SolidTux)

documentation

README

arpack-ng

This package provides Rust bindings for arpack-ng, a library solve large eigenvalue problems.

Currently only the functionality of zneupd is exposed. This means that this library can be used to calculate eigenvalues and vectors using Implicitely Restarted Arnoldi Method.

Supported are ndarray matrices (or alternative dynamically sized nalgebra matrices with the nalgebra flag) or closures that calculate a matrix vector multiplication.

Refer to the simple example for the matrix case and the closure example otherwise.

Commit count: 0

cargo fmt