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