|
Epetra Package Browser (Single Doxygen Collection)
Development
|
#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"
Go to the source code of this file.
Functions | |
| double | power_method (const Epetra_CrsMatrix &A) |
| int | main (int argc, char *argv[]) |
| 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.
1.8.5