Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
test/CrsRiluk_LL/cxx_main.cpp File Reference
#include "Ifpack_ConfigDefs.h"
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <assert.h>
#include <string.h>
#include <math.h>
#include "Epetra_Comm.h"
#include "Epetra_Map.h"
#include "Epetra_Time.h"
#include "Epetra_CrsMatrix.h"
#include "Epetra_Vector.h"
#include "Epetra_Object.h"
#include "Ifpack_Version.h"
#include "mpi.h"
#include "Epetra_MpiComm.h"
Include dependency graph for test/CrsRiluk_LL/cxx_main.cpp:

Go to the source code of this file.

Functions

int power_method (Epetra_CrsMatrix &A, Epetra_Vector &q, Epetra_Vector &z, Epetra_Vector &resid, double *lambda, int niters, double tolerance, bool verbose)
 
int main (int argc, char *argv[])
 

Function Documentation

int power_method ( Epetra_CrsMatrix A,
Epetra_Vector q,
Epetra_Vector z,
Epetra_Vector resid,
double *  lambda,
int  niters,
double  tolerance,
bool  verbose 
)
int main ( int  argc,
char *  argv[] 
)

Definition at line 74 of file test/CrsRiluk_LL/cxx_main.cpp.