Skip to content

Tutorial 2: Implement: Matrices

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

Previous: Getting Started; Next: Implement: Solvers

Objectives

In this tutorial you will learn the basics classes in Ginkgo. It will introduce you with gko::matrix::Dense matrix class, and one of the core Ginkg's classes gko::ReferenceExecutor. We will cover how to create matrices, fill them with the coefficients and right hand side of the Poisson equation, create an initial guess vector, and compute the residual of the initial guess.

Previous: Getting Started; Next: Implement: Solvers

Clone this wiki locally