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