-
Notifications
You must be signed in to change notification settings - Fork 91
Tutorial 2: Implement: Matrices
Goran Flegar edited this page May 4, 2018
·
14 revisions
Previous: Getting Started; Next: Implement: Solvers
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
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