JuliaLinearAlgebra / IterativeSolvers.jl

Iterative algorithms for solving linear systems, eigensystems, and singular value problems
MIT License
394 stars 106 forks source link

Allowing Stationary Methods to use Linear Operators #357

Open erny123 opened 4 months ago

erny123 commented 4 months ago

Currently the Stationary Methods such as SOR and SSOR only allow matrices as operators. So matrix-free methods using LinearMaps.jl isn't allowed.

Is there a possibility to allow linear operators from LinearMaps and other things to stationary methods?