42 #ifndef EpetraExt_HYPRE_HELPERS_HPP
43 #define EpetraExt_HYPRE_HELPERS_HPP
45 #include "HYPRE_IJ_mv.h"
62 #endif // EpetraExt_HYPRE_HELPERS_HPP
bool EquivalentVectors(Epetra_MultiVector &Y1, Epetra_MultiVector &Y2, const double tol)
bool EquivalentMatrices(Epetra_RowMatrix &HypreMatrix, Epetra_RowMatrix &CrsMatrix, const double tol)
Epetra_CrsMatrix * newCrsMatrix(EpetraExt_HypreIJMatrix &Matrix)
EpetraExt_HypreIJMatrix * newHypreMatrix(const int N, const int type)