|
Ifpack2 Templated Preconditioning Package
Version 1.0
|
All Ifpack2 implementations of Tpetra::RowMatrix must inherit from this class. More...
#include <Ifpack2_Details_RowMatrix.hpp>

Public Member Functions | |
Destructor | |
| virtual | ~RowMatrix () |
| Destructor (virtual for memory safety of derived classes) More... | |
Work-around implementations of deprecated virtual methods | |
| |
| Tpetra::global_size_t IFPACK2_DEPRECATED | getGlobalNumDiags () const final |
| The global number of diagonal entries. More... | |
| std::size_t IFPACK2_DEPRECATED | getNodeNumDiags () const final |
| The local number of diagonal entries. More... | |
| bool IFPACK2_DEPRECATED | isLowerTriangular () const final |
| Whether this graph is locally lower triangular. More... | |
| bool IFPACK2_DEPRECATED | isUpperTriangular () const final |
| Whether this graph is locally upper triangular. More... | |
All Ifpack2 implementations of Tpetra::RowMatrix must inherit from this class.
| MatrixType | Tpetra::RowMatrix specialization. |
This class exists to facilitate Tpetra interface changes. See e.g., GitHub Issue #2630.
|
inlinevirtual |
Destructor (virtual for memory safety of derived classes)
|
inlinefinal |
The global number of diagonal entries.
|
inlinefinal |
The local number of diagonal entries.
|
inlinefinal |
Whether this graph is locally lower triangular.
|
inlinefinal |
Whether this graph is locally upper triangular.
1.8.16