ConicBundle
|
Header declaring CH_Matrix_Classes::PCG for preconditioned conjugate gradient for positive definite systems with positive definite preconditioner M1. More...
#include "IterativeSystemObject.hxx"
Go to the source code of this file.
Classes | |
class | CH_Matrix_Classes::PCG |
Preconditioned Conjugate Gradient method for solving Ax=b with (symmetric) positive definite matrix A and positive definite preconditioner M1 where the preconditioned system is A'x'=b' with A'=M1^{-.5}AM1^{-.5}, x'=M1^{.5}*x and b'=M1^{-.5}b. System matrix and preconditioner 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::PCG for preconditioned conjugate gradient for positive definite systems with positive definite preconditioner M1.