PyTrilinos::Anasazi::OperatorTraitsEpetra Class Reference
List of all members.
Detailed Description
Proxy of C++ Anasazi::OperatorTraits<(double,Epetra_MultiVector,Epetra_Operator)> class
Member Function Documentation
| def PyTrilinos::Anasazi::OperatorTraitsEpetra::__init__ |
( |
|
self, |
|
|
|
args | |
|
) |
| | |
__init__(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
| def PyTrilinos::Anasazi::OperatorTraitsEpetra::__init__ |
( |
|
self, |
|
|
|
args | |
|
) |
| | |
__init__(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
| def PyTrilinos::Anasazi::OperatorTraitsEpetra::Apply |
( |
|
args |
) |
|
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.
| def PyTrilinos::Anasazi::OperatorTraitsEpetra::Apply |
( |
|
args |
) |
|
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 files:
- build/lib.linux-x86_64-2.5/PyTrilinos/Anasazi.py
- PyTrilinos/Anasazi.py