Epetra Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
Functions
cxx_main.cpp File Reference
#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"
Include dependency graph for test/CrsMatrix_LL/cxx_main.cpp:

Go to the source code of this file.

Functions

int check (Epetra_CrsMatrix &A, int NumMyRows1, long long NumGlobalRows1, int NumMyNonzeros1, long long NumGlobalNonzeros1, long long *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[])
 

Function Documentation

◆ check()

int check ( Epetra_CrsMatrix & A,
int NumMyRows1,
long long NumGlobalRows1,
int NumMyNonzeros1,
long long NumGlobalNonzeros1,
long long * MyGlobalElements,
bool verbose )

Definition at line 991 of file test/CrsMatrix_LL/cxx_main.cpp.

◆ power_method()

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 960 of file test/CrsMatrix_LL/cxx_main.cpp.

◆ check_graph_sharing()

int check_graph_sharing ( Epetra_Comm & Comm)

Definition at line 1091 of file test/CrsMatrix_LL/cxx_main.cpp.

◆ main()

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

Definition at line 71 of file test/CrsMatrix_LL/cxx_main.cpp.