Amesos Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
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

◆ CreateCrsMatrix()

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.

◆ TestErrors()

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.

◆ TestOneMatrix()

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.

◆ NextMain()

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

Definition at line 688 of file TestOptions.cpp.

◆ main()

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

Definition at line 914 of file TestOptions.cpp.

Variable Documentation

◆ AmesosClasses

std::vector<string> AmesosClasses

Definition at line 77 of file TestOptions.cpp.

◆ NumAmesosClasses

int NumAmesosClasses

Definition at line 79 of file TestOptions.cpp.