Hello,
I have learned C++ for just one week, and i have after that
implemented my Scalable Parallel C++ Conjugate Gradient Linear System
Solver Library, please look at how i have factored it using
four C++ classes, and as you have noticed my library is
scalable on multicores and on NUMA architecture and it is
cache-aware. And i have tested it thoroughly and i think
it is more stable now.
Please download it and take a look at it from here:
https://sites.google.com/site/aminer68/scalable-parallel-c-conjugate-gradient-linear-system-solver-library
Thank you,
Amine Moulay Ramdane.