#include "EpetraExt_Version.h"#include "Epetra_CrsMatrix.h"#include "Epetra_VbrMatrix.h"#include "Epetra_Vector.h"#include "Epetra_MultiVector.h"#include "Epetra_LocalMap.h"#include "Epetra_IntVector.h"#include "Epetra_Map.h"#include "Epetra_MpiComm.h"#include <mpi.h>#include "Epetra_Time.h"#include "EpetraExt_Transpose_RowMatrix.h"#include "Trilinos_Util.h"Include dependency graph for test/Transpose/cxx_main.cpp:
Go to the source code of this file.
Functions | |
| int | checkResults (Epetra_RowMatrix *A, Epetra_CrsMatrix *transA, Epetra_Vector *xexact, bool verbose) |
| int | main (int argc, char *argv[]) |
|
||||||||||||||||||||
|
Definition at line 205 of file test/Transpose/cxx_main.cpp. |
|
||||||||||||
|
Definition at line 55 of file test/Transpose/cxx_main.cpp. |
1.3.9.1