Skip to content

aidancoleman/Krylov-Subspace-Methods--Arnoldi---GMRES--w--and-without-parallelism-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains C implementations of the Krylov subspace methods: Arnoldi iteration (in Krylov.c), and the Generalized Minimal Residual (GMRES.c = non-parallelised, Par_GMRES.c = parallelised).

Compiled using:

gcc for Krylov.c and GMRES.c

gcc-14 and -fopenmp for Par_GMRES.c

About

Approximating (least squares) solutions to systems of the form Ax = b for arbitrarily large and sparse A with Krylov subspace methods.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published