Skip to content

maxwellforfun/ArpackMaxwell.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arpack

CI

Julia wrapper for the arpack library designed to solve large-scale eigenvalue problems.

Difference with the latest stable: for my use case, there was a regression with shift and invert, so I removed an inversion and now matches other eigenvalue solvers :)

Installation

Install Arpack.jl through the Julia package manager:

julia> Pkg.add("Arpack")

Alternate packages

Users running into issues with this package may want to try KrylovKit.jl or ArnoldiMethod.jl.

About

Julia Wrappers for the arpack-ng Fortran library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 100.0%