Epetra::Epetra_PlayaOperator Class Reference

List of all members.

Public Member Functions

 Epetra_PlayaOperator (const LinearOperator< double > &A, const LinearSolver< double > &solver=LinearSolver< double >())
int SetUseTranspose (bool useTrans)
int Apply (const Epetra_MultiVector &in, Epetra_MultiVector &out) const
int ApplyInverse (const Epetra_MultiVector &in, Epetra_MultiVector &out) const
double NormInf () const
const char * Label () const
bool UseTranspose () const
bool HasNormInf () const
const Epetra_Comm & Comm () const
const Epetra_Map & OperatorDomainMap () const
const Epetra_Map & OperatorRangeMap () const


Detailed Description

Definition at line 20 of file EpetraPlayaOperator.hpp.


Constructor & Destructor Documentation

Epetra::Epetra_PlayaOperator::Epetra_PlayaOperator ( const LinearOperator< double > &  A,
const LinearSolver< double > &  solver = LinearSolver<double>() 
)

Definition at line 35 of file EpetraPlayaOperator.cpp.


Member Function Documentation

int Epetra::Epetra_PlayaOperator::SetUseTranspose ( bool  useTrans  )  [inline]

Definition at line 28 of file EpetraPlayaOperator.hpp.

int Epetra::Epetra_PlayaOperator::Apply ( const Epetra_MultiVector &  in,
Epetra_MultiVector &  out 
) const

Definition at line 67 of file EpetraPlayaOperator.cpp.

int Epetra::Epetra_PlayaOperator::ApplyInverse ( const Epetra_MultiVector &  in,
Epetra_MultiVector &  out 
) const

Definition at line 103 of file EpetraPlayaOperator.cpp.

double Epetra::Epetra_PlayaOperator::NormInf (  )  const

Definition at line 142 of file EpetraPlayaOperator.cpp.

const char * Epetra::Epetra_PlayaOperator::Label (  )  const

Definition at line 148 of file EpetraPlayaOperator.cpp.

bool Epetra::Epetra_PlayaOperator::UseTranspose (  )  const [inline]

Definition at line 43 of file EpetraPlayaOperator.hpp.

bool Epetra::Epetra_PlayaOperator::HasNormInf (  )  const [inline]

Definition at line 46 of file EpetraPlayaOperator.hpp.

const Epetra_Comm& Epetra::Epetra_PlayaOperator::Comm (  )  const [inline]

Definition at line 49 of file EpetraPlayaOperator.hpp.

const Epetra_Map& Epetra::Epetra_PlayaOperator::OperatorDomainMap (  )  const [inline]

Definition at line 52 of file EpetraPlayaOperator.hpp.

const Epetra_Map& Epetra::Epetra_PlayaOperator::OperatorRangeMap (  )  const [inline]

Definition at line 55 of file EpetraPlayaOperator.hpp.


The documentation for this class was generated from the following files:

doxygen