solverConjugate.hh
virtual void apply_(const Vector< Cmplx > &fncY, Vector< Cmplx > &fncX)
Intrinsic application method, i.e.
virtual std::ostream & info(std::ostream &os) const
std::unique_ptr< Operator< Real > > solver_
Solver for the real system matrix.
Definition: solverConjugate.hh:60
Abstract class for an operator acting on vectors only, not arbitrary functions.
Definition: compositions.hh:115
virtual void apply_()
Intrinsic application method without argument.
SolverConjugate(Operator< Cmplx > &A, Operator< Cmplx > &B, SolverFabric< Real > &solverfabric)
Constructor.