|
Epetra Package Browser (Single Doxygen Collection) Development
|
#include <cstdio>#include <cstdlib>#include <cassert>#include <string>#include <cmath>#include <vector>#include "Epetra_Map.h"#include "Epetra_Time.h"#include "Epetra_MultiVector.h"#include "Epetra_Vector.h"#include "Epetra_CrsMatrix.h"#include "mpi.h"#include "Epetra_MpiComm.h"#include "Epetra_Comm.h"#include "Epetra_SerialComm.h"#include "Epetra_Version.h"
Go to the source code of this file.
Macros | |
| #define | __cplusplus |
Functions | |
| int | power_method (Epetra_CrsMatrix &A, double &lambda, int niters, double tolerance, bool verbose) |
| int | main (int argc, char *argv[]) |
| #define __cplusplus |
Definition at line 59 of file example/petra_power_method_LL/cxx_main.cpp.
| int power_method | ( | Epetra_CrsMatrix & | A, |
| double & | lambda, | ||
| int | niters, | ||
| double | tolerance, | ||
| bool | verbose ) |
Definition at line 243 of file example/petra_power_method_LL/cxx_main.cpp.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 70 of file example/petra_power_method_LL/cxx_main.cpp.