Ginkgo  Generated from pipelines/1478841010 branch based on develop. Ginkgo version 1.9.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

class  gko::batch::preconditioner::Jacobi< ValueType, IndexType >
 A block-Jacobi preconditioner is a block-diagonal linear operator, obtained by inverting the diagonal blocks (stored in a dense row major fashion) of the source operator. More...
 
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.