43 #ifndef BICGSTAB_SOLVER_HPP
44 #define BICGSTAB_SOLVER_HPP 1
69 uint32_t _newton_imax;
76 double newton_Reps = 1.0e-5,
double newton_dXeps = 1.0e-6,
77 uint32_t newton_imax = 10,
bool gnewton =
false );
94 virtual void reset(
void );
117 _newton_imax = newton_imax;
123 _newton_Reps = newton_Reps;
129 _newton_dXeps = newton_dXeps;