|
Amesos Package Browser (Single Doxygen Collection)
Development
|
#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.
Functions | |
| 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[]) |
Variables | |
| bool | quiet = false |
| bool TestAmesos | ( | char | ProblemType[], |
| Teuchos::ParameterList & | AmesosList, | ||
| bool | UseTranspose, | ||
| Epetra_RowMatrix * | A, | ||
| Epetra_MultiVector * | lhs, | ||
| Epetra_MultiVector * | rhs | ||
| ) |
Definition at line 32 of file Test_Epetra_RowMatrix/cxx_main.cpp.
| void driver | ( | Epetra_Comm & | Comm, |
| const bool | IsSymmetric, | ||
| const bool | UseTranspose, | ||
| std::vector< std::string > & | SolverType | ||
| ) |
Definition at line 104 of file Test_Epetra_RowMatrix/cxx_main.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 175 of file Test_Epetra_RowMatrix/cxx_main.cpp.
| bool quiet = false |
Definition at line 19 of file Test_Epetra_RowMatrix/cxx_main.cpp.
1.8.5