Tpetra parallel linear algebra
Version of the Day
|
Functor for computing the residual. More...
#include <Tpetra_Details_residual.hpp>
Functor for computing the residual.
The template parameters decide what is actually computed. is_MV: whether the multivectors have actually more than 1 vector. restrictedMode: when true, read on-rank RHS data out of X_domainmap_lcl instead of X_colmap_lcl skipOffRank: when true, only compute the local part of the residual
Definition at line 40 of file Tpetra_Details_residual.hpp.