Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JuliaLinearAlgebra/Arpack.jl
Julia Wrappers for the arpack-ng Fortran library
https://github.com/JuliaLinearAlgebra/Arpack.jl
arpack julia
Last synced: 3 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T15:10:07.000Z (9 months ago)
- Last Synced: 2024-06-11T17:31:52.140Z (5 months ago)
- Topics: arpack, julia
- Language: Julia
- Homepage: https://arpack.julialinearalgebra.org/stable
- Size: 487 KB
- Stars: 67
- Watchers: 5
- Forks: 29
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-sciml - JuliaLinearAlgebra/Arpack.jl: Julia Wrappers for the arpack-ng Fortran library
README
# Arpack
[![CI](https://github.com/JuliaLinearAlgebra/Arpack.jl/actions/workflows/ci.yml/badge.svg)](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).