EpetraExt Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
test/Transpose/cxx_main.cpp File Reference
#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[])
 

Function Documentation

int checkResults ( Epetra_RowMatrix A,
Epetra_CrsMatrix transA,
Epetra_Vector xexact,
bool  verbose 
)

Definition at line 217 of file test/Transpose/cxx_main.cpp.

int main ( int  argc,
char *  argv[] 
)

Definition at line 68 of file test/Transpose/cxx_main.cpp.