cholesky_solve_m Module Procedure

module procedure cholesky_solve_m module subroutine cholesky_solve_m(a, b)

Uses

  • proc~~cholesky_solve_m~~UsesGraph proc~cholesky_solve_m cholesky_solve_m module~class_psblas class_psblas proc~cholesky_solve_m->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

Description: Solves a linear system Ax=b, where A has been previously decomposed according to the Cholesky factorization. A: type REAL, rank 2.

Arguments

Type IntentOptional AttributesName
real(kind=psb_dpk_), intent(in) :: a(:,:)
real(kind=psb_dpk_), intent(inout) :: b(:)

Called by

proc~~cholesky_solve_m~~CalledByGraph proc~cholesky_solve_m cholesky_solve_m interface~cholesky_solve_m cholesky_solve_m interface~cholesky_solve_m->proc~cholesky_solve_m interface~solve_sys solve_sys interface~solve_sys->interface~cholesky_solve_m proc~solve_least_squares solve_least_squares proc~solve_least_squares->interface~solve_sys proc~laplacian_smooth laplacian_smooth proc~laplacian_smooth->interface~solve_sys proc~solve_pde_sys solve_pde_sys proc~solve_pde_sys->interface~solve_sys proc~alloc_plane alloc_plane proc~alloc_plane->interface~solve_sys interface~laplacian_smooth laplacian_smooth interface~laplacian_smooth->proc~laplacian_smooth interface~solve_least_squares solve_least_squares interface~solve_least_squares->proc~solve_least_squares interface~alloc_plane alloc_plane interface~alloc_plane->proc~alloc_plane interface~solve_pde_sys solve_pde_sys interface~solve_pde_sys->proc~solve_pde_sys proc~smooth_mesh smooth_mesh proc~smooth_mesh->interface~laplacian_smooth proc~alloc_surface alloc_surface proc~alloc_surface->interface~alloc_plane interface~smooth_mesh smooth_mesh interface~smooth_mesh->proc~smooth_mesh interface~alloc_surface alloc_surface interface~alloc_surface->proc~alloc_surface

Contents

None