lu_decomp_32 Interface

interface
public subroutine lu_decomp_32(A, L, U)

Arguments

Type IntentOptional AttributesName
real(kind=real32), intent(in), DIMENSION(:,:):: A
real(kind=real32), intent(out), DIMENSION(:,:), ALLOCATABLE:: L
real(kind=real32), intent(out), DIMENSION(:,:), ALLOCATABLE:: U