Amesos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NewMatNewMap.h
Go to the documentation of this file.
1 #include "Teuchos_RCP.hpp"
2 #include "Epetra_CrsMatrix.h"
3 using namespace Teuchos;
5  int Diagonal,
6  int ReindexRowMap,
7  int ReindexColMap,
8  int RangeMapType,
9  int DomainMapType
10  ) ;
RCP< Epetra_CrsMatrix > NewMatNewMap(Epetra_CrsMatrix &In, int Diagonal, int ReindexRowMap, int ReindexColMap, int RangeMapType, int DomainMapType)