lu_decomp_128 Interface

interface
public subroutine lu_decomp_128(A, L, U)

Arguments

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