#include <EpetraExt_Transpose_RowMatrix.h>
Inheritance diagram for EpetraExt::RowMatrix_Transpose:
Public Member Functions | |
| ~RowMatrix_Transpose () | |
| Destructor. | |
| RowMatrix_Transpose (bool MakeDataContiguous=false, Epetra_Map *TransposeRowMap=0, bool IgnoreNonLocalCols=false) | |
| Constructor. | |
| NewTypeRef | operator() (OriginalTypeRef orig) |
| Transpose Tranform Operator. | |
| bool | fwd () |
| Foward Data Migration. | |
| bool | rvs () |
| Reverse Data Migration. | |
Definition at line 42 of file EpetraExt_Transpose_RowMatrix.h.
|
|
Destructor.
Definition at line 41 of file EpetraExt_Transpose_RowMatrix.cpp. |
|
||||||||||||||||
|
Constructor.
Definition at line 59 of file EpetraExt_Transpose_RowMatrix.h. |
|
|
Transpose Tranform Operator.
Implements EpetraExt::Transform< T, U >. Definition at line 68 of file EpetraExt_Transpose_RowMatrix.cpp. |
|
|
Foward Data Migration.
Implements EpetraExt::Transform< T, U >. Definition at line 220 of file EpetraExt_Transpose_RowMatrix.cpp. |
|
|
Reverse Data Migration.
Implements EpetraExt::Transform< T, U >. Definition at line 275 of file EpetraExt_Transpose_RowMatrix.cpp. |
1.3.9.1