Amesos Package Browser (Single Doxygen Collection)  Development
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  ) ;
Teuchos_ParameterList.hpp
Epetra_CrsMatrix.h
simpleStratimikosSolve
int simpleStratimikosSolve(Epetra_CrsMatrix const &epetra_A, Epetra_MultiVector const &epetra_B, Epetra_MultiVector *epetra_X, Teuchos::ParameterList *paramList)
Definition: simpleStratimikosSolve.cpp:21
Epetra_CrsMatrix
Epetra_MultiVector
Teuchos::ParameterList
Epetra_MultiVector.h