stdlib_dgetrf2 Interface

interface
public pure recursive module subroutine stdlib_dgetrf2(m, n, a, lda, ipiv, info)

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: m
integer(kind=ilp), intent(in) :: n
real(kind=dp), intent(inout) :: a(lda,*)
integer(kind=ilp), intent(in) :: lda
integer(kind=ilp), intent(out) :: ipiv(*)
integer(kind=ilp), intent(out) :: info