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

List of all members.

Public Member Functions

def __init__
def Apply

Public Attributes

 this

Detailed Description

Proxy of C++ Anasazi::EpetraOp class

Constructor & Destructor Documentation

def PyTrilinos.Anasazi.EpetraOp.__init__ (   self,
  args 
)
__init__(Anasazi::EpetraOp self, Teuchos::RCP< Epetra_Operator > const & Op) -> EpetraOp

Member Function Documentation

def PyTrilinos.Anasazi.EpetraOp.Apply (   self,
  args 
)
Apply(EpetraOp self, MultiVecDouble X, MultiVecDouble Y)

Reimplemented from PyTrilinos.Anasazi.OperatorDouble.


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