|
Epetra Package Browser (Single Doxygen Collection)
Development
|
#include "Epetra_BLAS.h"#include "ExecuteTestProblems.h"#include "BuildTestProblems.h"#include "Epetra_Comm.h"#include "Epetra_Vector.h"#include "Epetra_IntVector.h"#include "Epetra_Import.h"
Go to the source code of this file.
Functions | |
| int | MatrixTests (const Epetra_BlockMap &Map, const Epetra_LocalMap &LocalMap, int NumVectors, bool verbose) |
| int | MultiVectorTests (const Epetra_BlockMap &Map, int NumVectors, bool verbose) |
| int | BadResidual (bool verbose, double *Residual, int NumVectors) |
| int | BadResidual1 (bool verbose, double *Residual, int NumVectors) |
| int MatrixTests | ( | const Epetra_BlockMap & | Map, |
| const Epetra_LocalMap & | LocalMap, | ||
| int | NumVectors, | ||
| bool | verbose | ||
| ) |
Definition at line 51 of file MultiVector/ExecuteTestProblems.cpp.
| int MultiVectorTests | ( | const Epetra_BlockMap & | Map, |
| int | NumVectors, | ||
| bool | verbose | ||
| ) |
Definition at line 294 of file MultiVector/ExecuteTestProblems.cpp.
| int BadResidual | ( | bool | verbose, |
| double * | Residual, | ||
| int | NumVectors | ||
| ) |
Definition at line 880 of file MultiVector/ExecuteTestProblems.cpp.
| int BadResidual1 | ( | bool | verbose, |
| double * | Residual, | ||
| int | NumVectors | ||
| ) |
Definition at line 897 of file MultiVector/ExecuteTestProblems.cpp.
1.8.5