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

List of all members.

Public Member Functions

def __init__
def Apply

Public Attributes

 this

Detailed Description

Proxy of C++ Anasazi::EpetraWSymMVOp class

Constructor & Destructor Documentation

def PyTrilinos.Anasazi.EpetraWSymMVOp.__init__ (   self,
  args 
)
__init__(Anasazi::EpetraWSymMVOp self, Teuchos::RCP< Epetra_MultiVector const > const & MV, Teuchos::RCP< Epetra_Operator > const & OP) -> EpetraWSymMVOp

Member Function Documentation

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

Reimplemented from PyTrilinos.Anasazi.OperatorDouble.


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