ConicBundle
|
Header declaring CH_Matrix_Classes::Psqmr for preconditioned symmetric QMR with symmetric preconditioner M=M1*M2 (M symmetric, M1, M2 regular) More...
#include "IterativeSystemObject.hxx"
Go to the source code of this file.
Classes | |
class | CH_Matrix_Classes::Psqmr |
PSQMR method for solving Ax=b with symmetric matrix A and symmetric preconditioner M=M1*M2 (M1 and M2 regular) where the preconditioned system is A'x'=b' with A'=M1^{-1}AM2^{-1}, x'=M2*x and b'=M1^{-1}b. System matrix and preconditioners are provided by a CH_Matrix_Classes::IterativeSystemObject. More... | |
Namespaces | |
CH_Matrix_Classes | |
Matrix Classes and Linear Algebra. See Matrix Classes (namespace CH_Matrix_Classes) for a quick introduction. | |
Header declaring CH_Matrix_Classes::Psqmr for preconditioned symmetric QMR with symmetric preconditioner M=M1*M2 (M symmetric, M1, M2 regular)