|
Ifpack Package Browser (Single Doxygen Collection)
Development
|
#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"
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[]) |
| 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.
1.8.5