|
EpetraExt
Development
|
Given an input Epetra_CrsMatrix, the column map is checked for missing indices associated with the local rows. More...
#include <EpetraExt_SolverMap_CrsMatrix.h>

Public Member Functions | |
| ~CrsMatrix_SolverMap () | |
| Destructor. | |
| CrsMatrix_SolverMap () | |
| Constructor. | |
| NewTypeRef | operator() (OriginalTypeRef orig) |
| Constructs fixed view of Epetra_CrsMatrix as necessary. | |
Given an input Epetra_CrsMatrix, the column map is checked for missing indices associated with the local rows.
If found, a view of the Epetra_CrsMatrix is formed using a new Epetra_CrsGraph with a fixed column mapping including all local row indices.
Definition at line 58 of file EpetraExt_SolverMap_CrsMatrix.h.
Destructor.
Definition at line 54 of file EpetraExt_SolverMap_CrsMatrix.cpp.
| EpetraExt::CrsMatrix_SolverMap::CrsMatrix_SolverMap | ( | ) | [inline] |
Constructor.
Definition at line 73 of file EpetraExt_SolverMap_CrsMatrix.h.
| CrsMatrix_SolverMap::NewTypeRef EpetraExt::CrsMatrix_SolverMap::operator() | ( | OriginalTypeRef | orig | ) | [virtual] |
Constructs fixed view of Epetra_CrsMatrix as necessary.
Implements EpetraExt::Transform< T, U >.
Definition at line 155 of file EpetraExt_SolverMap_CrsMatrix.cpp.
1.7.6.1