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