nikdavis / gmres

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

Home Page:https://en.wikipedia.org/wiki/Generalized_minimal_residual_method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://en.wikipedia.org/wiki/Generalized_minimal_residual_method


Languages

Language:Python 100.0%