![]() |
PARALUTION
1.0.0
PARALUTION
|
#include "../solver.hpp"
Go to the source code of this file.
Data Structures | |
class | paralution::Preconditioner< OperatorType, VectorType, ValueType > |
Base preconditioner class. More... | |
class | paralution::Jacobi< OperatorType, VectorType, ValueType > |
class | paralution::GS< OperatorType, VectorType, ValueType > |
Gauss-Seidel (GS) preconditioner. More... | |
class | paralution::SGS< OperatorType, VectorType, ValueType > |
Symmetric Gauss-Seidel (SGS) preconditioner. More... | |
class | paralution::ILU< OperatorType, VectorType, ValueType > |
ILU preconditioner based on levels. More... | |
class | paralution::ILUT< OperatorType, VectorType, ValueType > |
ILUT(t,m) preconditioner based on threshold and maximum number of elements per row. More... | |
class | paralution::IC< OperatorType, VectorType, ValueType > |
Incomplete Cholesky with no fill-ins IC0. More... | |
Namespaces | |
paralution | |