Thyra::LinearOpBase objects.
More...
#include <Thyra_LinearOpWithSolveFactoryExamples.hpp>
Inheritance diagram for Thyra::LinearOpChanger< Scalar >:
Public Member Functions | |
| virtual | ~LinearOpChanger () |
| | |
| virtual void | changeOp (LinearOpBase< Scalar > *op) const =0 |
| | |
Thyra::LinearOpBase objects.
The only purpose of this class is to allow me to write the use cases involving LinearOpWithSolveFactoryBase and PreconditionerFactoryBase in a general way. This class is not to be used to do anything really useful!
Definition at line 55 of file Thyra_LinearOpWithSolveFactoryExamples.hpp.
| virtual Thyra::LinearOpChanger< Scalar >::~LinearOpChanger | ( | ) | [inline, virtual] |
| virtual void Thyra::LinearOpChanger< Scalar >::changeOp | ( | LinearOpBase< Scalar > * | op | ) | const [pure virtual] |
1.4.7