|
Amesos Package Browser (Single Doxygen Collection)
Development
|
#include "Amesos_ConfigDefs.h"#include "Epetra_SerialComm.h"#include "Epetra_Map.h"#include "Epetra_Vector.h"#include "Epetra_CrsMatrix.h"#include "Amesos.h"#include "Teuchos_ParameterList.hpp"
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) |
| int | main (int argc, char *argv[]) |
| bool TestAmesos | ( | char | ProblemType[], |
| Teuchos::ParameterList & | AmesosList, | ||
| bool | UseTranspose, | ||
| Epetra_RowMatrix * | A, | ||
| Epetra_MultiVector * | lhs, | ||
| Epetra_MultiVector * | rhs | ||
| ) |
Definition at line 29 of file Test_Epetra_CrsMatrix/cxx_main.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 104 of file Test_Epetra_CrsMatrix/cxx_main.cpp.
1.8.5