lu_fact Module Procedure

module procedure lu_fact module subroutine lu_fact(n, a, ipiv, info)

Uses

  • proc~~lu_fact~~UsesGraph proc~lu_fact lu_fact module~class_psblas class_psblas proc~lu_fact->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: Adapted from LAPACK and unrolled for small sizes.

Arguments

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

Calls

proc~~lu_fact~~CallsGraph proc~lu_fact lu_fact proc~lu_fact_2 lu_fact_2 proc~lu_fact->proc~lu_fact_2 proc~lu_fact_4 lu_fact_4 proc~lu_fact->proc~lu_fact_4 proc~lu_fact_3 lu_fact_3 proc~lu_fact->proc~lu_fact_3

Called by

proc~~lu_fact~~CalledByGraph proc~lu_fact lu_fact interface~lu_fact lu_fact interface~lu_fact->proc~lu_fact interface~factorize factorize interface~factorize->interface~lu_fact proc~alloc_plane alloc_plane proc~alloc_plane->interface~factorize interface~alloc_plane alloc_plane interface~alloc_plane->proc~alloc_plane proc~alloc_surface alloc_surface proc~alloc_surface->interface~alloc_plane interface~alloc_surface alloc_surface interface~alloc_surface->proc~alloc_surface

Contents

None