Skip to content

Tutorial 6: Optimize: More Suitable Matrix Formats

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

Previous: Optimize: Monitoring Progress; Next: Optimize: Using a Preconditioner

Objectives

In this tutorial we will optimize the main bottleneck we discovered previously - the matrix-vector product. You will learn about Ginkgo's sparse matrix formats: gko::matrix::Coo, gko::matrix::Csr and gko::matrix::Ell, and find out which one is the most suitable format for the Poisson matrix.

Previous: Optimize: Monitoring Progress; Next: Optimize: Using a Preconditioner

Clone this wiki locally