Amesos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions | Variables
TestOptions.cpp File Reference
#include "Trilinos_Util.h"
#include "Trilinos_Util_ReadMatrixMarket2Epetra.h"
#include "Amesos.h"
#include "Teuchos_ParameterList.hpp"
#include "Amesos_BaseSolver.h"
#include "Epetra_LinearProblem.h"
#include "Epetra_CrsMatrix.h"
#include "Epetra_Map.h"
#include "Epetra_Vector.h"
#include "Epetra_Export.h"
#include "Amesos_ConfigDefs.h"
#include "CrsMatrixTranspose.h"
#include "TestAllClasses.h"
#include <string>
#include "Teuchos_RCP.hpp"
#include "NewMatNewMap.h"
#include "Epetra_MpiComm.h"
Include dependency graph for TestOptions.cpp:

Go to the source code of this file.

Functions

int CreateCrsMatrix (const char *in_filename, const Epetra_Comm &Comm, Epetra_Map *&readMap, const bool transpose, const bool distribute, bool &symmetric, Epetra_CrsMatrix *&Matrix)
 
int TestErrors (const std::vector< bool > AmesosClassesInstalled, const char *filename, Epetra_MpiComm &Comm, const bool verbose, int &NumTests)
 
int TestOneMatrix (const std::vector< bool > AmesosClassesInstalled, const char *filename, Epetra_MpiComm &Comm, const bool verbose, const bool PerformDiagonalTest, double Rcond, int &NumTests)
 
int NextMain (int argc, char *argv[])
 
int main (int argc, char *argv[])
 

Variables

std::vector< string > AmesosClasses
 
int NumAmesosClasses
 

Function Documentation

int CreateCrsMatrix ( const char *  in_filename,
const Epetra_Comm Comm,
Epetra_Map *&  readMap,
const bool  transpose,
const bool  distribute,
bool &  symmetric,
Epetra_CrsMatrix *&  Matrix 
)

Definition at line 81 of file TestOptions.cpp.

int TestErrors ( const std::vector< bool >  AmesosClassesInstalled,
const char *  filename,
Epetra_MpiComm Comm,
const bool  verbose,
int &  NumTests 
)

Definition at line 224 of file TestOptions.cpp.

int TestOneMatrix ( const std::vector< bool >  AmesosClassesInstalled,
const char *  filename,
Epetra_MpiComm Comm,
const bool  verbose,
const bool  PerformDiagonalTest,
double  Rcond,
int &  NumTests 
)

Definition at line 347 of file TestOptions.cpp.

int NextMain ( int  argc,
char *  argv[] 
)

Definition at line 688 of file TestOptions.cpp.

int main ( int  argc,
char *  argv[] 
)

Definition at line 914 of file TestOptions.cpp.

Variable Documentation

std::vector<string> AmesosClasses

Definition at line 77 of file TestOptions.cpp.

int NumAmesosClasses

Definition at line 79 of file TestOptions.cpp.