Ginkgo  Generated from tags/v1.0.0^0 branch based on master. Ginkgo version 1.0.0
A numerical linear algebra library targeting many-core architectures
Namespaces | Classes
Preconditioners

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

Collaboration diagram for Preconditioners:

Namespaces

 gko::preconditioner
 The Preconditioner namespace.
 

Classes

class  gko::Preconditionable
 A LinOp implementing this interface can be preconditioned. 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 Preconditioners in Ginkgo.