Amesos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions | Variables
Test_Epetra_RowMatrix/cxx_main.cpp File Reference
#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"
Include dependency graph for Test_Epetra_RowMatrix/cxx_main.cpp:

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
 

Function Documentation

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.

Variable Documentation

bool quiet = false

Definition at line 19 of file Test_Epetra_RowMatrix/cxx_main.cpp.