Tpetra parallel linear algebra
Version of the Day
|
Mix-in to avoid spurious deprecation warnings due to #2630. More...
#include <Tpetra_CrsGraph_decl.hpp>
Mix-in to avoid spurious deprecation warnings due to #2630.
CrsMatrix has methods deprecated by #2630, that need to call CrsGraph methods also deprecated by #2630. This results in spurious deprecation warnings. This mix-in class gives Tpetra developers a work-around so that CrsMatrix's and BlockCrsMatrix's deprecated methods can call CrsGraph's deprecated methods without emitting spurious warnings.
Definition at line 197 of file Tpetra_CrsGraph_decl.hpp.