stdlib_zlarfx Interface

interface
public pure module subroutine stdlib_zlarfx(side, m, n, v, tau, c, ldc, work)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: side
integer(kind=ilp), intent(in) :: m
integer(kind=ilp), intent(in) :: n
complex(kind=dp), intent(in) :: v(*)
complex(kind=dp), intent(in) :: tau
complex(kind=dp), intent(inout) :: c(ldc,*)
integer(kind=ilp), intent(in) :: ldc
complex(kind=dp), intent(out) :: work(*)