|
Xpetra Version of the Day
|
#include <Xpetra_MatrixView.hpp>
Private Types | |
| typedef Xpetra::Map< LocalOrdinal, GlobalOrdinal, Node > | Map |
Map access methods | |
| RCP< const Map > | rowMap_ |
| RCP< const Map > | colMap_ |
| Scalar | maxEigValueEstimate_ |
| const RCP< const Map > & | GetRowMap () const |
| Returns the Map that describes the row distribution in this matrix. | |
| const RCP< const Map > & | GetColMap () const |
| Returns the Map that describes the column distribution in this matrix. | |
| void | SetRowMap (const RCP< const Map > &rowMap) |
| Returns the Map that describes the row distribution in this matrix. | |
| void | SetColMap (const RCP< const Map > &colMap) |
| Set the Map that describes the column distribution in this matrix. | |
| void | SetMaxEigenvalueEstimate (Scalar const &sigma) |
| Set an maximum eigenvalue estimate for this matrix. | |
| Scalar | GetMaxEigenvalueEstimate () const |
| Return the maximum eigenvalue estimate for this matrix. | |
Constructor/Destructor Methods | |
| MatrixView (const RCP< const Map > &rowMap, const RCP< const Map > &colMap) | |
| Constructor. | |
| virtual | ~MatrixView () |
| Destructor. | |
Definition at line 31 of file Xpetra_MatrixView.hpp.
|
private |
Definition at line 32 of file Xpetra_MatrixView.hpp.
|
inline |
Constructor.
Definition at line 39 of file Xpetra_MatrixView.hpp.
|
inlinevirtual |
Destructor.
Definition at line 45 of file Xpetra_MatrixView.hpp.
|
inline |
Returns the Map that describes the row distribution in this matrix.
Definition at line 52 of file Xpetra_MatrixView.hpp.
|
inline |
Returns the Map that describes the column distribution in this matrix.
Definition at line 55 of file Xpetra_MatrixView.hpp.
|
inline |
Returns the Map that describes the row distribution in this matrix.
Definition at line 58 of file Xpetra_MatrixView.hpp.
|
inline |
Set the Map that describes the column distribution in this matrix.
Definition at line 61 of file Xpetra_MatrixView.hpp.
|
inline |
Set an maximum eigenvalue estimate for this matrix.
Definition at line 65 of file Xpetra_MatrixView.hpp.
|
inline |
Return the maximum eigenvalue estimate for this matrix.
Definition at line 68 of file Xpetra_MatrixView.hpp.
|
private |
Definition at line 71 of file Xpetra_MatrixView.hpp.
|
private |
Definition at line 72 of file Xpetra_MatrixView.hpp.
|
private |
Definition at line 74 of file Xpetra_MatrixView.hpp.