Ginkgo
Generated from pipelines/1511861326 branch based on develop. Ginkgo version 1.9.0
A numerical linear algebra library targeting many-core architectures
|
A module dedicated to the implementation and usage of the Jacobi Preconditioner in Ginkgo. More...
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... | |
A module dedicated to the implementation and usage of the Jacobi Preconditioner in Ginkgo.