Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 609 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 609 Bytes

iterativeKrylovAlgorithms

Intro algorithms to iterative Krylov methods for solving large sparse systems

MATLAB code for an intro to Krylov Subspaces for Large Sparse Systems course

I think there's code for Givens rotation, Lanczos (symmetrical, non symmetrical, biLanczos, block), Arnoldi (global, Householder, Gram-Schmidt, blocks), full orthogonalization method, GMRES, diamond product, kronecker product

I made some mistakes in some of them and I was overwhelmed trying to spot them last year right on my deadline, now I can't be bothered, sorry.

I'd say 95% is correct, please comment any fixes.