#include "Ifpack_ConfigDefs.h"
#include <iomanip>
#include "Epetra_Operator.h"
#include "Epetra_RowMatrix.h"
#include "Epetra_Comm.h"
#include "Epetra_Map.h"
#include "Epetra_MultiVector.h"
#include "Epetra_Vector.h"
#include "Epetra_Time.h"
#include "Ifpack_Polynomial.h"
#include "Ifpack_Utils.h"
#include "Ifpack_Condest.h"
#include "Teuchos_LAPACK.hpp"
#include "Teuchos_SerialDenseMatrix.hpp"
#include <complex>
Go to the source code of this file.
|
#define | ABS(x) ((x)>0?(x):-(x)) |
|
#define ABS |
( |
|
x | ) |
((x)>0?(x):-(x)) |