Amesos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
Test_Epetra_CrsMatrix/cxx_main.cpp File Reference
#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"
Include dependency graph for Test_Epetra_CrsMatrix/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)
 
int main (int argc, char *argv[])
 

Function Documentation

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.