Skip to content
/ gmres Public

GMRES algorithm to numerically solve matrices. Made with a custom CRS / sparse matrix lib.

Notifications You must be signed in to change notification settings

nikdavis/gmres

Repository files navigation

Todo:

  • Add Mat * Mat
  • Check for symmetry
  • Writeup
  • More profiling
    • use tridiagonal
    • sweep matrix size
    • sweep iteration
    • measure:
      • mat size
      • iteration
      • norm_error_improvement / iteration_duration

Things to show:

  • Written file
  • Test overview, run them
  • gmres lib
  • crsmatrix lib

About

GMRES algorithm to numerically solve matrices. Made with a custom CRS / sparse matrix lib.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages