Ginkgo  Generated from pipelines/1068515030 branch based on master. Ginkgo version 1.7.0
A numerical linear algebra library targeting many-core architectures
Classes
Jacobi Preconditioner

A module dedicated to the implementation and usage of the Jacobi Preconditioner in Ginkgo. More...

Collaboration diagram for Jacobi Preconditioner:

Classes

struct  gko::preconditioner::block_interleaved_storage_scheme< IndexType >
 Defines the parameters of the interleaved block storage scheme used by block-Jacobi blocks. More...
 
class  gko::preconditioner::Jacobi< ValueType, IndexType >
 A block-Jacobi preconditioner is a block-diagonal linear operator, obtained by inverting the diagonal blocks of the source operator. More...
 

Detailed Description

A module dedicated to the implementation and usage of the Jacobi Preconditioner in Ginkgo.