stdlib_cgetf2 Interface

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

Arguments

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