Skip to content

JuliaLinearAlgebra/Arpack.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.

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.