|
EpetraExt Package Browser (Single Doxygen Collection)
Development
|
Go to the documentation of this file.
42 #ifndef EpetraExt_CRSMATRIX_TRANSPOSE_H
43 #define EpetraExt_CRSMATRIX_TRANSPOSE_H
71 bool IgnoreNonLocalCols =
false)
119 #endif //EpetraExt_ROWMATRIX_TRANSPOSE_H
Epetra_CrsMatrix * CreateTransposeLocal(OriginalTypeRef orig)
Local-only transpose operator. Don't use this unless you're sure you know what you're doing.
bool OrigMatrixIsCrsMatrix_
RowMatrix_Transpose(Epetra_Map *TransposeRowMap=0, bool IgnoreNonLocalCols=false)
Constructor.
Epetra_CrsMatrix * TransposeMatrix_
~RowMatrix_Transpose()
Destructor.
Transform to form the explicit transpose of a Epetra_RowMatrix.
bool rvs()
Reverse Data Migration.
bool fwd()
Foward Data Migration.
void ReleaseTranspose()
Release the pointer to TransposeMatrix_ (so you can take the matrix out w/o worring about deallocatio...
Epetra_Map * TransposeRowMap_
NewTypeRef operator()(OriginalTypeRef orig)
Transpose Transform Operator.
EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.