Skip to content

Tutorial 11: Customize: Matrix Formats

Goran Flegar edited this page May 4, 2018 · 2 revisions

Previous: Customize: Stopping Criterions; Next: Customize: Solvers

Objectives

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

Clone this wiki locally