https://github.com/julialinearalgebra/arpack.jl
Julia Wrappers for the arpack-ng Fortran library
https://github.com/julialinearalgebra/arpack.jl
arpack julia
Last synced: 23 days ago
JSON representation
Julia Wrappers for the arpack-ng Fortran library
- Host: GitHub
- URL: https://github.com/julialinearalgebra/arpack.jl
- Owner: JuliaLinearAlgebra
- License: mit
- Created: 2018-05-09T04:42:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T15:10:07.000Z (about 1 year ago)
- Last Synced: 2025-04-06T11:57:00.270Z (24 days ago)
- Topics: arpack, julia
- Language: Julia
- Homepage: https://arpack.julialinearalgebra.org/stable
- Size: 487 KB
- Stars: 71
- Watchers: 4
- Forks: 29
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Arpack
[](https://github.com/JuliaLinearAlgebra/Arpack.jl/actions/workflows/ci.yml)
[![][docs-stable-img]][docs-stable-url]Julia wrapper for the [arpack](https://github.com/opencollab/arpack-ng/) library
designed to solve large-scale eigenvalue problems.## Installation
Install Arpack.jl through the Julia package manager:
```julia
julia> Pkg.add("Arpack")
```[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
[docs-latest-url]: http://arpack.JuliaLinearAlgebra.org/latest/[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: http://arpack.JuliaLinearAlgebra.org/stable/# Alternate packages
Users running into issues with this package may want to try [KrylovKit.jl](https://github.com/Jutho/KrylovKit.jl) or [ArnoldiMethod.jl](https://github.com/JuliaLinearAlgebra/ArnoldiMethod.jl).