spacedome / FEASTSolver.jl

FEAST eigensolver implementation in Julia
MIT License
6 stars 2 forks source link

FEASTSolver

Stable Dev Build Status Codecov Coveralls


This is an implementation of the FEAST eigensolver in Julia, and is not meant to replace the reference FORTRAN implementation. Despite this, it does aim to be performant, and should work well for large dense and sparse problems where spectral slicing is needed.

For Julia bindings to the FORTRAN implementation see FEAST.jl (coming soon).