config.addEntry<bool>(prefix+"bicgstab-exact-residue","Whether the BiCGstab should compute the exact residue in each step (true) or to use a cheap approximation (false).",false);
config.addEntry<int>(prefix+"bicgstab-ell","Number of Bi-CG iterations before the MR part starts.",1);
config.addEntry<bool>(prefix+"bicgstab-exact-residue","Whether the BiCGstab should compute the exact residue in each step (true) or to use a cheap approximation (false).",false);