Amesos Package Browser (Single Doxygen Collection)
Development
|
#include "Amesos_ConfigDefs.h"
#include "Epetra_SerialComm.h"
#include "Epetra_Vector.h"
#include "Epetra_Time.h"
#include "Epetra_RowMatrix.h"
#include "Epetra_CrsMatrix.h"
#include "Amesos.h"
#include "Amesos_BaseSolver.h"
#include "Teuchos_ParameterList.hpp"
#include "Galeri_Maps.h"
#include "Galeri_CrsMatrices.h"
Go to the source code of this file.
Functions | |
int | MyCreateCrsMatrix (const char *in_filename, const Epetra_Comm &Comm, Epetra_Map *&readMap, const bool transpose, const bool distribute, bool &symmetric, Epetra_CrsMatrix *&Matrix) |
int | main (int argc, char *argv[]) |
int MyCreateCrsMatrix | ( | const char * | in_filename, |
const Epetra_Comm & | Comm, | ||
Epetra_Map *& | readMap, | ||
const bool | transpose, | ||
const bool | distribute, | ||
bool & | symmetric, | ||
Epetra_CrsMatrix *& | Matrix | ||
) |
Definition at line 50 of file RunParaklete.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 190 of file RunParaklete.cpp.