83#ifndef EPETRA_NO_32BIT_GLOBAL_INDICES
90#ifndef EPETRA_NO_64BIT_GLOBAL_INDICES
97 throw "LinearProblem_Reindex2::operator(): GlobalIndices type unknown";
Given an Epetra_CrsMatrix, a "reindexed" version is returned based on the new row map.
CrsMatrix_Reindex * MatTrans_
MultiVector_Reindex * RHSTrans_
MultiVector_Reindex * LHSTrans_
bool fwd()
Forward transfer of data from orig object input in the operator() method call to the new object creat...
NewTypeRef operator()(OriginalTypeRef orig)
Constructs a new view the original LP, "reindexed" using the given NewRowMap.
~LinearProblem_Reindex2()
Destructor.
Given an input Epetra_MultiVector, a "reindexed" view is returned.
long long NumGlobalElements64() const
bool GlobalIndicesInt() const
int NumGlobalElements() const
const Epetra_Comm & Comm() const
int NumMyElements() const
bool GlobalIndicesLongLong() const
const Epetra_BlockMap & Map() const
EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.