Preconditioners

Preconditioners#

Reference API: Preconditioners
Reference API

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

Collaboration diagram for Preconditioners:

Modules

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

Namespaces

namespace  gko::experimental::distributed::preconditioner
 The Preconditioner namespace.
 
namespace  gko::preconditioner
 The Preconditioner namespace.
 

Classes

class  gko::Preconditionable
 
class  gko::experimental::distributed::preconditioner::Schwarz< ValueType, LocalIndexType, GlobalIndexType >
 
class  gko::batch::preconditioner::Jacobi< ValueType, IndexType >
 
class  gko::preconditioner::GaussSeidel< ValueType, IndexType >
 
class  gko::preconditioner::Ic< LSolverType, IndexType >
 
class  gko::preconditioner::Ilu< LSolverType, USolverType, ReverseApply, IndexType >
 
class  gko::preconditioner::Isai< IsaiType, ValueType, IndexType >
 
class  gko::preconditioner::Jacobi< ValueType, IndexType >
 
class  gko::preconditioner::Sor< ValueType, IndexType >
 

Detailed Description

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