Epetra Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
Functions
power_method.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include "Epetra_Comm.h"
#include "Epetra_Map.h"
#include "Epetra_Vector.h"
#include "Epetra_CrsMatrix.h"
Include dependency graph for power_method.cpp:

Go to the source code of this file.

Functions

double power_method (const Epetra_CrsMatrix &A)
 

Function Documentation

◆ power_method()

double power_method ( const Epetra_CrsMatrix A)

Definition at line 50 of file power_method.cpp.