stdlib_cung2r Interface

interface
public pure module subroutine stdlib_cung2r(m, n, k, a, lda, tau, work, info)

Arguments

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