#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. | |
Private Attributes | |
| Epetra_CrsMatrix * | TransposeMatrix_ |
| Epetra_Export * | TransposeExporter_ |
| Epetra_Map * | TransposeRowMap_ |
| bool | MakeDataContiguous_ |
| bool | IgnoreNonLocalCols_ |
| int | NumMyRows_ |
| int | NumMyCols_ |
| int | MaxNumEntries_ |
| int * | Indices_ |
| double * | Values_ |
| int * | TransNumNz_ |
| int ** | TransIndices_ |
| double ** | TransValues_ |
| int * | TransMyGlobalEquations_ |
| bool | OrigMatrixIsCrsMatrix_ |
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. |
|
|
Definition at line 90 of file EpetraExt_Transpose_RowMatrix.h. |
|
|
Definition at line 92 of file EpetraExt_Transpose_RowMatrix.h. |
|
|
Definition at line 94 of file EpetraExt_Transpose_RowMatrix.h. |
|
|
Definition at line 96 of file EpetraExt_Transpose_RowMatrix.h. |
|
|
Definition at line 97 of file EpetraExt_Transpose_RowMatrix.h. |
|
|
Definition at line 99 of file EpetraExt_Transpose_RowMatrix.h. |
|
|
Definition at line 100 of file EpetraExt_Transpose_RowMatrix.h. |
|
|
Definition at line 101 of file EpetraExt_Transpose_RowMatrix.h. |
|
|
Definition at line 102 of file EpetraExt_Transpose_RowMatrix.h. |
|
|
Definition at line 103 of file EpetraExt_Transpose_RowMatrix.h. |
|
|
Definition at line 105 of file EpetraExt_Transpose_RowMatrix.h. |
|
|
Definition at line 106 of file EpetraExt_Transpose_RowMatrix.h. |
|
|
Definition at line 107 of file EpetraExt_Transpose_RowMatrix.h. |
|
|
Definition at line 108 of file EpetraExt_Transpose_RowMatrix.h. |
|
|
Definition at line 110 of file EpetraExt_Transpose_RowMatrix.h. |
1.3.9.1