Epetra Package Browser (Single Doxygen Collection)
Development
|
#include "Epetra_Map.h"
#include "Epetra_Time.h"
#include "Epetra_CrsMatrix.h"
#include "Epetra_Vector.h"
#include "Epetra_Flops.h"
#include "Epetra_MpiComm.h"
#include "mpi.h"
#include "../epetra_test_err.h"
#include "Epetra_Version.h"
Go to the source code of this file.
Functions | |
int | check (Epetra_CrsMatrix &A, int NumMyRows1, int NumGlobalRows1, int NumMyNonzeros1, int NumGlobalNonzeros1, int *MyGlobalElements, bool verbose) |
int | power_method (bool TransA, Epetra_CrsMatrix &A, Epetra_Vector &q, Epetra_Vector &z, Epetra_Vector &resid, double *lambda, int niters, double tolerance, bool verbose) |
int | check_graph_sharing (Epetra_Comm &Comm) |
int | main (int argc, char *argv[]) |
int check | ( | Epetra_CrsMatrix & | A, |
int | NumMyRows1, | ||
int | NumGlobalRows1, | ||
int | NumMyNonzeros1, | ||
int | NumGlobalNonzeros1, | ||
int * | MyGlobalElements, | ||
bool | verbose | ||
) |
Definition at line 988 of file test/CrsMatrix/cxx_main.cpp.
int power_method | ( | bool | TransA, |
Epetra_CrsMatrix & | A, | ||
Epetra_Vector & | q, | ||
Epetra_Vector & | z, | ||
Epetra_Vector & | resid, | ||
double * | lambda, | ||
int | niters, | ||
double | tolerance, | ||
bool | verbose | ||
) |
Definition at line 957 of file test/CrsMatrix/cxx_main.cpp.
int check_graph_sharing | ( | Epetra_Comm & | Comm | ) |
Definition at line 1088 of file test/CrsMatrix/cxx_main.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 71 of file test/CrsMatrix/cxx_main.cpp.