PyTrilinos  Development
 All Classes Functions
Public Member Functions | Public Attributes
PyTrilinos.Anasazi.OperatorTraitsEpetra Class Reference
Inheritance diagram for PyTrilinos.Anasazi.OperatorTraitsEpetra:
Inheritance graph
[legend]
Collaboration diagram for PyTrilinos.Anasazi.OperatorTraitsEpetra:
Collaboration graph
[legend]

List of all members.

Public Member Functions

def Apply
def __init__

Public Attributes

 this

Detailed Description

Proxy of C++ Anasazi::OperatorTraits<(double,Epetra_MultiVector,Epetra_Operator)> class

Constructor & Destructor Documentation

__init__(Anasazi::OperatorTraits<(double,Epetra_MultiVector,Epetra_Operator)> self) -> OperatorTraitsEpetra

Virtual base class which defines basic traits for the operator type.

An adapter for this traits class must exist for the MV and OP types.
If not, this class will produce a compile-time error.

C++ includes: AnasaziOperatorTraits.hpp 

Member Function Documentation

Apply(Operator Op, Epetra_MultiVector x, Epetra_MultiVector y)

static void
Anasazi::OperatorTraits< ScalarType, MV, OP >::Apply(const OP &Op,
const MV &x, MV &y)

Application method which performs operation y = Op*x. An OperatorError
exception is thrown if there is an error. 

The documentation for this class was generated from the following file:
 All Classes Functions