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.
|
|||||||||
|
Definition at line 58 of file Thyra_LinearOpWithSolveFactoryExamples.hpp. |
|
||||||||||
|
Implemented in Thyra::NullLinearOpChanger< Scalar >. |
1.3.9.1