Ifpack Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
Functions
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/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

◆ power_method()

int power_method ( Epetra_CrsMatrix & A,
Epetra_Vector & q,
Epetra_Vector & z,
Epetra_Vector & resid,
double * lambda,
int niters,
double tolerance,
bool verbose )

Definition at line 337 of file test/CrsRiluk/cxx_main.cpp.

◆ main()

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

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