Skip to content

modification of GMRES adapted from JuliaLinearAlgebra/IterativeSolvers.jl

License

Notifications You must be signed in to change notification settings

mll-gh/DQGMRES.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DQGMRES

Direct Quasi-minimal GMRES
#numericallinearalgebra | #krylovmethods


Fast Krylov subspace method for indefinite square systems

Use of incomplete orthogonalization1 leads to reduced memory demands compared to the 'full' GMRES algorithm, which stores the entire Krylov Matrix. Adapted from GMRES implemetation in IterativeSolvers.jl, which is in fact a dependency. Initially developed as a project for CME 3382 at Stanford University.

Footnotes

  1. Saad, Y. and Wu, K., 1996. DQGMRES: A direct quasi‐minimal residual algorithm based on incomplete orthogonalization. Numerical linear algebra with applications, 3(4), pp.329-343.

  2. CME 338 / MSE 318: Large-Scale Numerical Optimization (spring quarter 2018).

Releases

No releases published

Packages

No packages published

Languages