Factorizations

Factorizations#

Reference API: Factorizations
Reference API

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

Collaboration diagram for Factorizations:

Namespaces

namespace  gko::factorization
 The Factorization namespace.
 

Classes

class  gko::experimental::factorization::Cholesky< ValueType, IndexType >
 
class  gko::experimental::factorization::Factorization< ValueType, IndexType >
 
class  gko::factorization::Ic< ValueType, IndexType >
 
class  gko::factorization::Ilu< ValueType, IndexType >
 
class  gko::experimental::factorization::Lu< ValueType, IndexType >
 
class  gko::factorization::ParIc< ValueType, IndexType >
 
class  gko::factorization::ParIct< ValueType, IndexType >
 
class  gko::factorization::ParIlu< ValueType, IndexType >
 
class  gko::factorization::ParIlut< ValueType, IndexType >
 

Detailed Description

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