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