36 ArPackFabric(
int kmax = 1, Real tol = 0.0,
const int maxiter = 300,
39 const Real sigma = 0.0,
41 solver_(nullptr), OP_(nullptr), B_(nullptr), tmp1_(nullptr), tmp2_(nullptr), kmax_(kmax),
42 maxiter_(maxiter), tol_(tol), target_(target), mode_(mode),
43 sigma_(sigma), start_(start) {}
51 std::unique_ptr<concepts::Operator<Real> > OP_, B_, tmp1_, tmp2_;