cholesky_solve_m Interface

interface


Calls

interface~~cholesky_solve_m~~CallsGraph interface~cholesky_solve_m cholesky_solve_m proc~cholesky_solve_m cholesky_solve_m interface~cholesky_solve_m->proc~cholesky_solve_m

Called by

interface~~cholesky_solve_m~~CalledByGraph interface~cholesky_solve_m 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

private module subroutine cholesky_solve_m(a, b)

Arguments

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