psb_solve_implementation Submodule


Uses

  • module~~psb_solve_implementation~~UsesGraph module~psb_solve_implementation psb_solve_implementation module~tools_math tools_math module~psb_solve_implementation->module~tools_math module~class_vector class_vector module~tools_math->module~class_vector module~class_psblas class_psblas module~tools_math->module~class_psblas module~class_vector->module~class_psblas module~class_stopwatch class_stopwatch module~class_psblas->module~class_stopwatch module~tools_psblas tools_psblas module~class_psblas->module~tools_psblas module~class_stopwatch->module~tools_psblas psb_base_mod psb_base_mod module~class_stopwatch->psb_base_mod psb_prec_mod psb_prec_mod module~tools_psblas->psb_prec_mod module~tools_psblas->psb_base_mod psb_krylov_mod psb_krylov_mod module~tools_psblas->psb_krylov_mod

Contents


Module Procedures

module procedure psb_solve_sys module subroutine psb_solve_sys(a, prec, b, x, desc, cmethod, eps, itmax, iter, err)

Arguments

Type IntentOptional AttributesName
type(psb_dspmat_type), intent(in) :: a
type(psb_dprec_type), intent(inout) :: prec
real(kind=psb_dpk_), intent(in) :: b(:)
real(kind=psb_dpk_), intent(inout) :: x(:)
type(psb_desc_type), intent(in) :: desc
character(len=*), intent(in) :: cmethod
real(kind=psb_dpk_), intent(in) :: eps
integer, intent(in) :: itmax
integer, intent(out) :: iter
real(kind=psb_dpk_), intent(out) :: err