Amesos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
simpleStratimikosSolve.hpp
Go to the documentation of this file.
1 
2 #include "Epetra_CrsMatrix.h"
3 #include "Epetra_MultiVector.h"
5 
7  Epetra_CrsMatrix const& epetra_A, // non-persisting, non-changeable
8  Epetra_MultiVector const& epetra_B, // non-persisting, non-changeable
9  Epetra_MultiVector * epetra_X, // non-persisting, changeable
10  Teuchos::ParameterList * paramList // non-persisting, changeable
11  ) ;
int simpleStratimikosSolve(Epetra_CrsMatrix const &epetra_A, Epetra_MultiVector const &epetra_B, Epetra_MultiVector *epetra_X, Teuchos::ParameterList *paramList)