Skip to content

Tutorial 11: Customize: Matrix Formats

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

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.

Clone this wiki locally