Skip to content

Tutorial 3: Implement: Solvers

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

Objectives

This tutorial will explain how to solve a system of equations using Ginkgo. You will learn about gko::solver::Cg class and its accompanying factory gko::solver::Cg::Factory. You will also learn about stopping criteria (gko::stop::Iterations and gko::stop::RelativeResidual).

Clone this wiki locally