ITL_Preconditioner implementation of diagonal (jacobi) preconditioner,. More...
#include <Preconditioners.hpp>
Inherits ITL_Preconditioner, and ITL_Preconditioner.
ITL_Preconditioner implementation of diagonal (jacobi) preconditioner,.
Diagonal preconditioner \( M^{-1} \) for the system \( Ax=b \) is defined as: \( M=diag(A) \).
Diagonal preconditioner \( M^{-1} \) for the system \( Ax=b \) is defined as: \( M_ii=sum_j(A_ij) \).