|
integer function | chebyshev_method_sp (a, b, x, ext_x, lambda_min, lambda_max, exchange, tol_opt, maxiter_opt) |
|
integer function | precond_chebyshev_method_sp (a, b, x, ext_x, lambda_min, lambda_max, precond, exchange, tol_opt, maxiter_opt) |
|
integer function | precond_cg_method_dp (a, b, x, ext_x, precond, exchange, tol_opt, maxiter_opt) |
|
integer function | cg_method_dp (a, b, x, ext_x, exchange, tol_opt, maxiter_opt) |
|
integer function | schwarz_method_dp (a, b, x, ext_x, local_solver, exchange, tol_opt, maxiter_opt, omega_opt) |
|
integer function | chebyshev_method_dp (a, b, x, ext_x, lambda_min, lambda_max, exchange, tol_opt, maxiter_opt) |
|
integer function | precond_chebyshev_method_dp (a, b, x, ext_x, lambda_min, lambda_max, precond, exchange, tol_opt, maxiter_opt) |
|