|
Amesos Package Browser (Single Doxygen Collection)
Development
|
#include "Epetra_Comm.h"#include "Teuchos_ParameterList.hpp"#include "Amesos.h"#include "Epetra_CrsMatrix.h"#include "Epetra_Map.h"#include "Epetra_Vector.h"#include "Epetra_LinearProblem.h"#include "PerformOneSolveAndTest.h"#include "TestScalapack.h"
Go to the source code of this file.
Functions | |
| int | TestScalapack (Epetra_CrsMatrix *&Amat, int EpetraMatrixType, bool transpose, bool verbose, int Levels, const double Rcond, double &maxrelerror, double &maxrelresidual, int &NumTests) |
| int TestScalapack | ( | Epetra_CrsMatrix *& | Amat, |
| int | EpetraMatrixType, | ||
| bool | transpose, | ||
| bool | verbose, | ||
| int | Levels, | ||
| const double | Rcond, | ||
| double & | maxrelerror, | ||
| double & | maxrelresidual, | ||
| int & | NumTests | ||
| ) |
Definition at line 46 of file TestScalapack.cpp.
1.8.5