|
Thyra Package Browser (Single Doxygen Collection)
Version of the Day
|
Transformer subclass for diagonally scaling and multiplying Epetra/Thyra operators. More...
#include <Thyra_EpetraExtDiagScaledMatProdTransformer.hpp>
Related Functions | |
(Note that these are not member functions.) | |
| RCP < EpetraExtDiagScaledMatProdTransformer > | epetraExtDiagScaledMatProdTransformer () |
| 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 diagonally scaling and multiplying Epetra/Thyra operators.
Definition at line 57 of file Thyra_EpetraExtDiagScaledMatProdTransformer.hpp.
| bool Thyra::EpetraExtDiagScaledMatProdTransformer::isCompatible | ( | const LinearOpBase< double > & | op_in | ) | const [virtual] |
Definition at line 64 of file Thyra_EpetraExtDiagScaledMatProdTransformer.cpp.
| RCP< LinearOpBase< double > > Thyra::EpetraExtDiagScaledMatProdTransformer::createOutputOp | ( | ) | const [virtual] |
Definition at line 73 of file Thyra_EpetraExtDiagScaledMatProdTransformer.cpp.
| void Thyra::EpetraExtDiagScaledMatProdTransformer::transform | ( | const LinearOpBase< double > & | op_in, |
| const Ptr< LinearOpBase< double > > & | op_inout | ||
| ) | const [virtual] |
Definition at line 79 of file Thyra_EpetraExtDiagScaledMatProdTransformer.cpp.
References Thyra::EpetraLinearOp::epetra_op(), Thyra::get_Epetra_Operator(), Thyra::get_Epetra_Vector(), and Thyra::EpetraLinearOp::initialize().
| RCP< EpetraExtDiagScaledMatProdTransformer > epetraExtDiagScaledMatProdTransformer | ( | ) | [related] |
Nonmember constructor.
Definition at line 89 of file Thyra_EpetraExtDiagScaledMatProdTransformer.hpp.
1.7.6.1