This is the complete list of members for BiCGSTABSolver, including all inherited members.
| BiCGSTABSolver(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, bool gnewton=false) | BiCGSTABSolver | |
| reset(void) | BiCGSTABSolver | virtual |
| set_eps(double eps) | BiCGSTABSolver | inline |
| set_gnewton(bool enable) | BiCGSTABSolver | inline |
| set_imax(uint32_t imax) | BiCGSTABSolver | inline |
| set_newton_imax(uint32_t newton_imax) | BiCGSTABSolver | inline |
| set_newton_residual_eps(double newton_Reps) | BiCGSTABSolver | inline |
| set_newton_step_eps(double newton_dXeps) | BiCGSTABSolver | inline |
| solve(const Problem &p, Vector &X) | BiCGSTABSolver | virtual |
| Solver::solve(const class Problem &p, Vector &X)=0 | Solver | pure virtual |
| ~BiCGSTABSolver() | BiCGSTABSolver | inline |
| ~Solver() | Solver | inlinevirtual |