#include "Amesos_ConfigDefs.h"
#include "Epetra_SerialComm.h"
#include "Epetra_Vector.h"
#include "Epetra_CrsMatrix.h"
#include "Amesos.h"
#include "Amesos_TestRowMatrix.h"
#include "Teuchos_ParameterList.hpp"
#include "Galeri_Maps.h"
#include "Galeri_CrsMatrices.h"
Go to the source code of this file.
|
bool | TestAmesos (char ProblemType[], Teuchos::ParameterList &AmesosList, bool UseTranspose, Epetra_RowMatrix *A, Epetra_MultiVector *lhs, Epetra_MultiVector *rhs) |
|
void | driver (Epetra_Comm &Comm, const bool IsSymmetric, const bool UseTranspose, std::vector< std::string > &SolverType) |
|
int | main (int argc, char *argv[]) |
|
◆ TestAmesos()
bool TestAmesos |
( |
char |
ProblemType[], |
|
|
Teuchos::ParameterList & |
AmesosList, |
|
|
bool |
UseTranspose, |
|
|
Epetra_RowMatrix * |
A, |
|
|
Epetra_MultiVector * |
lhs, |
|
|
Epetra_MultiVector * |
rhs |
|
) |
| |
◆ driver()
void driver |
( |
Epetra_Comm & |
Comm, |
|
|
const bool |
IsSymmetric, |
|
|
const bool |
UseTranspose, |
|
|
std::vector< std::string > & |
SolverType |
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ quiet