lu_decomp_64 Interface

interface
public subroutine lu_decomp_64(A, L, U)

Arguments

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