#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"
 
Go to the source code of this file.
 | 
| 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[]) | 
|   | 
      
        
          | 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[]  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | std::vector<string> AmesosClasses |