44 #ifndef _read_matrix_hpp_
45 #define _read_matrix_hpp_
49 #include "Epetra_CrsMatrix.h"
50 #include "Epetra_Comm.h"
51 #include "Epetra_Vector.h"
void read_matrix_hb(const std::string &hb_file, const Epetra_Comm &Comm, Epetra_CrsMatrix *&A, Epetra_Vector *&b)
Epetra_Vector * read_vector_mm(const std::string &mm_file, const Epetra_Comm &comm)
Epetra_CrsMatrix * read_matrix_mm(const std::string &mm_file, const Epetra_Comm &comm)