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

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

Collaboration diagram for Solvers:

Namespaces

 gko::solver
 The ginkgo Solve namespace.
 

Classes

class  gko::solver::Bicgstab< ValueType >
 BiCGSTAB or the Bi-Conjugate Gradient-Stabilized is a Krylov subspace solver. More...
 
class  gko::solver::Cg< ValueType >
 CG or the conjugate gradient method is an iterative type Krylov subspace method which is suitable for symmetric positive definite methods. More...
 
class  gko::solver::Cgs< ValueType >
 CGS or the conjugate gradient square method is an iterative type Krylov subspace method which is suitable for general systems. More...
 
class  gko::solver::Fcg< ValueType >
 FCG or the flexible conjugate gradient method is an iterative type Krylov subspace method which is suitable for symmetric positive definite methods. More...
 
class  gko::solver::Gmres< ValueType >
 GMRES or the generalized minimal residual method is an iterative type Krylov subspace method which is suitable for nonsymmetric linear systems. More...
 

Detailed Description

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