42 #ifndef THYRA_PRECONDITIONER_FACTORY_BASE_DEF_HPP
43 #define THYRA_PRECONDITIONER_FACTORY_BASE_DEF_HPP
45 #include "Thyra_PreconditionerFactoryBase_decl.hpp"
46 #include "Teuchos_ScalarTraits.hpp"
52 template<
class Scalar>
56 return ( ST::isComplex ? ( conj==
NONCONJ_ELE ) :
true );
60 template<
class Scalar>
71 #endif // THYRA_PRECONDITIONER_FACTORY_BASE_DEF_HPP
virtual bool applyTransposeSupportsConj(EConj conj) const
Return if precOp->solveTranspose() supports the argument conj.
virtual bool applySupportsConj(EConj conj) const
Return if precOp->apply() supports the argument conj.
Use the linear operator with non-conjugate elements.
EConj
Enumeration for determining how a linear operator is applied. `*.