jackhamel16 / MagQuEST

GNU General Public License v2.0
0 stars 0 forks source link

27-template-gmres #14

Open jackhamel16 opened 5 years ago

jackhamel16 commented 5 years ago

GMRES is defined to only work with specific types. This should be templated. I think the main benefit of templating will be making it easier to unit test and will also be portable for future applications.