Multiscale Universal Interface  2.0
A Concurrent Framework for Coupling Heterogeneous Solvers
solver_cg.h File Reference

Implementation to solve problem A.x = b using the Conjugate Gradient method. Based on Baratta, Igor, Chris Richardson, and Garth Wells. "Performance analysis of matrix-free conjugate gradient kernels using SYCL." In International Workshop on OpenCL, pp. 1-10. 2022. More...

#include <cmath>
Include dependency graph for solver_cg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mui
 
 mui::linalg
 

Detailed Description

Implementation to solve problem A.x = b using the Conjugate Gradient method. Based on Baratta, Igor, Chris Richardson, and Garth Wells. "Performance analysis of matrix-free conjugate gradient kernels using SYCL." In International Workshop on OpenCL, pp. 1-10. 2022.

Author
W. Liu
Date
28 January 2023