| Ifpack Package Browser (Single Doxygen Collection)
    Development
    | 
#include <fstream>#include "Epetra_CrsMatrix.h"#include "Epetra_Comm.h"#include "Epetra_Vector.h"

Go to the source code of this file.
| Functions | |
| Epetra_CrsMatrix * | read_matrix_mm (const std::string &mm_file, const Epetra_Comm &comm) | 
| Epetra_Vector * | read_vector_mm (const std::string &mm_file, const Epetra_Comm &comm) | 
| void | read_matrix_hb (const std::string &hb_file, const Epetra_Comm &Comm, Epetra_CrsMatrix *&A, Epetra_Vector *&b) | 
| Epetra_CrsMatrix* read_matrix_mm | ( | const std::string & | mm_file, | 
| const Epetra_Comm & | comm | ||
| ) | 
Definition at line 54 of file read_matrix.cpp.
| Epetra_Vector* read_vector_mm | ( | const std::string & | mm_file, | 
| const Epetra_Comm & | comm | ||
| ) | 
Definition at line 137 of file read_matrix.cpp.
| void read_matrix_hb | ( | const std::string & | hb_file, | 
| const Epetra_Comm & | Comm, | ||
| Epetra_CrsMatrix *& | A, | ||
| Epetra_Vector *& | b | ||
| ) | 
Definition at line 199 of file read_matrix.cpp.
 1.8.5
 1.8.5