| 
    Amesos Package Browser (Single Doxygen Collection)
    Development
    
   | 
 
#include "Amesos_ConfigDefs.h"#include "Teuchos_ParameterList.hpp"#include "Teuchos_TimeMonitor.hpp"#include <string>#include "Trilinos_Util.h"#include "Epetra_LocalMap.h"#include "Epetra_Map.h"#include "Epetra_Vector.h"#include "Epetra_Export.h"#include "Epetra_CrsMatrix.h"#include "Epetra_LinearProblem.h"#include "Amesos_Time.h"#include "Amesos_TestSolver.h"#include "CrsMatrixTranspose.h"#include "SparseDirectTimingVars.h"
Go to the source code of this file.
Functions | |
| int | Amesos_TestSolver (Epetra_Comm &Comm, char *matrix_file, SparseSolverType SparseSolver, bool transpose, int special, AMESOS_MatrixType matrix_type) | 
| int Amesos_TestSolver | ( | Epetra_Comm & | Comm, | 
| char * | matrix_file, | ||
| SparseSolverType | SparseSolver, | ||
| bool | transpose, | ||
| int | special, | ||
| AMESOS_MatrixType | matrix_type | ||
| ) | 
Definition at line 123 of file Amesos_TestSolver.cpp.
 1.8.5