-
Notifications
You must be signed in to change notification settings - Fork 90
Tutorial 12: Customize: Solvers
Goran Flegar edited this page May 4, 2018
·
2 revisions
Previous: Customize: Matrix Formats; Next: Customize: Preconditioners
In this tutorial you will create your own specialized version of Cg that exploits the special matrix structure of the Poisson matrix to get even better performance. You will learn how Ginkgo uses the abstract gko::LinOp
interface to be able to support a wide variate of combinations of solvers, preconditioners and matrix formats.
Previous: Customize: Matrix Formats; Next: Customize: Preconditioners
Tutorial: Building a Poisson Solver
- Getting Started
- Implement: Matrices
- Implement: Solvers
- Optimize: Measuring Performance
- Optimize: Monitoring Progress
- Optimize: More Suitable Matrix Formats
- Optimize: Using a Preconditioner
- Optimize: Using GPUs
- Customize: Loggers
- Customize: Stopping Criterions
- Customize: Matrix Formats
- Customize: Solvers
- Customize: Preconditioners