Public Member Functions | |
def | Apply |
def | __init__ |
def | Apply |
def | __init__ |
Public Attributes | |
this |
Proxy of C++ Anasazi::OperatorTraits<(double,Epetra_MultiVector,Epetra_Operator)> class
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.