Epetra Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
lesson03_power_method.cpp File Reference
#include <Epetra_config.h>
#include <Epetra_SerialComm.h>
#include <Epetra_CrsMatrix.h>
#include <Epetra_Map.h>
#include <Epetra_Vector.h>
#include <Epetra_Version.h>
#include <sstream>
#include <stdexcept>
Include dependency graph for lesson03_power_method.cpp:

Go to the source code of this file.

Functions

double powerMethod (const Epetra_Operator &A, const int niters, const double tolerance)
 
int main (int argc, char *argv[])
 

Function Documentation

double powerMethod ( const Epetra_Operator A,
const int  niters,
const double  tolerance 
)

Definition at line 298 of file lesson03_power_method.cpp.

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

Definition at line 46 of file lesson03_power_method.cpp.