66 std::vector<double*> MyValues(1);
68 int NumVectors = orig.NumVectors();
69 orig.ExtractView( &MyValues[0], &MyLDA );
84 std::vector<double*> MyValues(1);
86 int NumVectors = orig.NumVectors();
87 orig.ExtractView( &MyValues[0], &MyLDA );
~MultiVector_Reindex()
Destructor.
NewTypeRCP transform(OriginalTypeRef orig)
int NumMyElements() const
const Epetra_Map & NewRowMap_
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
NewTypeRef operator()(OriginalTypeRef orig)
Constructs a "reindexed" view of the original using the given NewRowMap.