44 #define GS_SOLVER_HPP 1
77 static void gauss_seidel_error(
const std::string func,
int status );
85 uint32_t imax = 10000,
86 double newton_Reps = 1.0e-5,
87 double newton_dXeps = 1.0e-6,
88 uint32_t newton_imax = 10 );
105 virtual void reset(
void );
110 _newton_imax = newton_imax;
116 _newton_Reps = newton_Reps;
122 _newton_dXeps = newton_dXeps;
132 uint32_t &imax,
double &eps,
double w );