#include "Epetra_Map.h"
#include "Epetra_Time.h"
#include "Epetra_CrsMatrix.h"
#include "EpetraExt_HypreIJMatrix.h"
#include "HYPRE_IJ_mv.h"
#include "hypre_Helpers.hpp"
#include "Epetra_Vector.h"
#include "Epetra_Flops.h"
#include "Epetra_MpiComm.h"
#include "mpi.h"
#include "../epetra_test_err.h"
#include "Epetra_Version.h"
#include <vector>
#include <algorithm>
#include <string>
#include <iostream>
#include <fstream>
 
Go to the source code of this file.
 | 
| int  | checkValues (double x, double y, string message="", bool verbose=false) | 
|   | 
| int  | checkMultiVectors (Epetra_MultiVector &X, Epetra_MultiVector &Y, string message="", bool verbose=false) | 
|   | 
| int  | check (Epetra_RowMatrix &A, Epetra_RowMatrix &B, bool verbose) | 
|   | 
| int  | powerMethodTests (Epetra_RowMatrix &A, Epetra_RowMatrix &JadA, Epetra_Map &Map, Epetra_Vector &q, Epetra_Vector &z, Epetra_Vector &resid, bool verbose) | 
|   | 
| int  | power_method (bool TransA, Epetra_RowMatrix &A, Epetra_Vector &q, Epetra_Vector &z0, Epetra_Vector &resid, double *lambda, int niters, double tolerance, bool verbose) | 
|   | 
| int  | main (int argc, char *argv[]) | 
|   | 
      
        
          | int checkValues  | 
          ( | 
          double  | 
          x,  | 
        
        
           | 
           | 
          double  | 
          y,  | 
        
        
           | 
           | 
          string  | 
          message = "",  | 
        
        
           | 
           | 
          bool  | 
          verbose = false  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | int main  | 
          ( | 
          int  | 
          argc,  | 
        
        
           | 
           | 
          char *  | 
          argv[]  | 
        
        
           | 
          ) | 
           |  |