GSSolver Member List

This is the complete list of members for GSSolver, including all inherited members.

gauss_seidel(const CRowMatrix &mat, const Vector &rhs, Vector &sol, uint32_t &imax, double &eps, double w)GSSolverstatic
GSSolver(double w=1.66, double eps=1.0e-6, uint32_t imax=10000, double newton_Reps=1.0e-5, double newton_dXeps=1.0e-6, uint32_t newton_imax=10)GSSolver
reset(void)GSSolvervirtual
set_newton_imax(uint32_t newton_imax)GSSolverinline
set_newton_residual_eps(double newton_Reps)GSSolverinline
set_newton_step_eps(double newton_dXeps)GSSolverinline
solve(const Problem &p, Vector &X)GSSolvervirtual
Solver::solve(const class Problem &p, Vector &X)=0Solverpure virtual
~GSSolver()GSSolverinline
~Solver()Solverinlinevirtual