-
Notifications
You must be signed in to change notification settings - Fork 90
Tutorial 11: Customize: Matrix Formats
Goran Flegar edited this page May 4, 2018
·
2 revisions
Previous: Customize: Stopping Criterions; Next: Customize: Solvers
In this tutorial you will learn how to build your own matrix format that exploits the special structure of the Poisson matrix, and get even better performance than with the ELL format. You will learn more about the gko::LinOp
class and gko::EnableLinOp
mixin.
Previous: Customize: Stopping Criterions; Next: Customize: Solvers
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