Ifpack Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
Macros | Functions
Ifpack_Chebyshev.cpp File Reference
#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"
Include dependency graph for Ifpack_Chebyshev.cpp:

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)
 

Macro Definition Documentation

◆ ABS

#define ABS ( x)    ((x)>0?(x):-(x))

Definition at line 66 of file Ifpack_Chebyshev.cpp.

Function Documentation

◆ Apply_Transpose()

void Apply_Transpose ( Teuchos::RCP< const Epetra_Operator > Operator_,
const Epetra_MultiVector & X,
Epetra_MultiVector & Y )
inline

Definition at line 69 of file Ifpack_Chebyshev.cpp.