| 142 | } // getMaxIterations |
| 143 | |
| 144 | void |
| 145 | GeneralSolver::setAbsoluteTolerance(double abs_residual_tol) |
| 146 | { |
| 147 | d_abs_residual_tol = abs_residual_tol; |
| 148 | return; |
| 149 | } // setAbsoluteTolerance |
| 150 | |
| 151 | double |
| 152 | GeneralSolver::getAbsoluteTolerance() const |
no outgoing calls
no test coverage detected