Epetra Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
example/UG_Ex1/cxx_main.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include "Epetra_config.h"
#include "Epetra_SerialComm.h"
#include "Epetra_Map.h"
#include "Epetra_IntSerialDenseVector.h"
#include "Epetra_SerialDenseVector.h"
#include "Epetra_Vector.h"
#include "Epetra_CrsMatrix.h"
#include "Epetra_Version.h"
Include dependency graph for example/UG_Ex1/cxx_main.cpp:

Go to the source code of this file.

Functions

double power_method (const Epetra_CrsMatrix &A)
 
int main (int argc, char *argv[])
 

Function Documentation

double power_method ( const Epetra_CrsMatrix A)

Definition at line 50 of file power_method.cpp.

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

Definition at line 62 of file example/UG_Ex1/cxx_main.cpp.