Defined in File DiagonalPreconditioner.hpp
Simple preconditioner that approximates the matrix by a diagonal matrix.
Public Functions
Default constructor
Constructs a diagonal preconditioner for the matrix A.
A –
Returns the preconditioned right-hand-side \(P(b) = D(A)^{-1}b\).