Ifpack2 Templated Preconditioning Package
Version 1.0
|
Compute scaled damped residual for Chebyshev. More...
#include <Ifpack2_Details_ScaledDampedResidual_decl.hpp>
Compute scaled damped residual for Chebyshev.
This is an implementation detail of Ifpack2::Chebyshev. Given a linear system A*X=B and an "inverse diagonal" matrix (stored as a vector) D_inv, it computes a "scaled damped" residual vector W := alpha*D_inv*(B-A*X) + beta*W.
TpetraOperatorType | Specialization of Tpetra::Operator. |