|
Thyra Package Browser (Single Doxygen Collection) Version of the Day
|
Transformer subclass for adding Epetra/Thyra operators using EpetraExt::MatrixMatrix. More...
#include <Thyra_EpetraExtAddTransformer.hpp>

Related Functions | |
(Note that these are not member functions.) | |
| RCP< EpetraExtAddTransformer > | epetraExtAddTransformer () |
| Nonmember constructor. | |
Overridden from LinearOpTransformerBase. | |
| virtual bool | isCompatible (const LinearOpBase< double > &op_in) const |
| | |
| virtual RCP< LinearOpBase < double > > | createOutputOp () const |
| | |
| virtual void | transform (const LinearOpBase< double > &op_in, const Ptr< LinearOpBase< double > > &op_inout) const |
| | |
Transformer subclass for adding Epetra/Thyra operators using EpetraExt::MatrixMatrix.
Definition at line 43 of file Thyra_EpetraExtAddTransformer.hpp.
| bool Thyra::EpetraExtAddTransformer::isCompatible | ( | const LinearOpBase< double > & | op_in | ) | const [virtual] |
Implements Thyra::LinearOpTransformerBase< double >.
Definition at line 56 of file Thyra_EpetraExtAddTransformer.cpp.
| RCP< LinearOpBase< double > > Thyra::EpetraExtAddTransformer::createOutputOp | ( | ) | const [virtual] |
Implements Thyra::LinearOpTransformerBase< double >.
Definition at line 65 of file Thyra_EpetraExtAddTransformer.cpp.
| void Thyra::EpetraExtAddTransformer::transform | ( | const LinearOpBase< double > & | op_in, |
| const Ptr< LinearOpBase< double > > & | op_inout | ||
| ) | const [virtual] |
Implements Thyra::LinearOpTransformerBase< double >.
Definition at line 71 of file Thyra_EpetraExtAddTransformer.cpp.
References Thyra::CONJTRANS, Thyra::EpetraLinearOp::epetra_op(), Thyra::get_Epetra_Operator(), Thyra::AddedLinearOpBase< Scalar >::getOp(), Thyra::EpetraLinearOp::initialize(), Thyra::NOTRANS, Thyra::AddedLinearOpBase< Scalar >::numOps(), and Thyra::unwrap().
| RCP< EpetraExtAddTransformer > epetraExtAddTransformer | ( | ) | [related] |
Nonmember constructor.
Definition at line 75 of file Thyra_EpetraExtAddTransformer.hpp.
1.7.4