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) | GSSolver | static |
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) | GSSolver | virtual |
set_newton_imax(uint32_t newton_imax) | GSSolver | inline |
set_newton_residual_eps(double newton_Reps) | GSSolver | inline |
set_newton_step_eps(double newton_dXeps) | GSSolver | inline |
solve(const Problem &p, Vector &X) | GSSolver | virtual |
Solver::solve(const class Problem &p, Vector &X)=0 | Solver | pure virtual |
~GSSolver() | GSSolver | inline |
~Solver() | Solver | inlinevirtual |