lu_solve Interface

interface


Calls

interface~~lu_solve~~CallsGraph interface~lu_solve lu_solve proc~lu_solve lu_solve interface~lu_solve->proc~lu_solve

Called by

interface~~lu_solve~~CalledByGraph interface~lu_solve lu_solve interface~solve_sys solve_sys interface~solve_sys->interface~lu_solve 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 lu_solve(n, a, ipiv, b, info)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: n
real(kind=psb_dpk_), intent(in) :: a(n,n)
integer, intent(in) :: ipiv(n)
real(kind=psb_dpk_), intent(inout) :: b(n)
integer, intent(out) :: info