hpcg-benchmark / hpcg

Official HPCG benchmark source code
http://www.hpcg-benchmark.org/
BSD 3-Clause "New" or "Revised" License
292 stars 123 forks source link

Matlab example #61

Open bkmgit opened 5 years ago

bkmgit commented 5 years ago

The current Matlab/Octave example code (here) does not use a multigrid preconditioner and requires generation of the matrix by the C code. While this is useful for validating the C code, it can be useful to also generate the matrix directly in Matlab/Octave. Can contribute such a code if it would be helpful.

luszczek commented 4 years ago

Yes, please feel free to submit a pull request with your contribution.