Ifpack Package Browser (Single Doxygen Collection)
Development
|
#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_Chebyshev.h"
#include "Ifpack_Utils.h"
#include "Ifpack_Condest.h"
Go to the source code of this file.
Macros | |
#define | ABS(x) ((x)>0?(x):-(x)) |
Functions | |
void | Apply_Transpose (Teuchos::RCP< const Epetra_Operator > Operator_, const Epetra_MultiVector &X, Epetra_MultiVector &Y) |
#define ABS | ( | x | ) | ((x)>0?(x):-(x)) |
Definition at line 66 of file Ifpack_Chebyshev.cpp.
|
inline |
Definition at line 69 of file Ifpack_Chebyshev.cpp.