stdlib_zlarfy Interface

interface
public pure module subroutine stdlib_zlarfy(uplo, n, v, incv, tau, c, ldc, work)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
complex(kind=dp), intent(in) :: v(*)
integer(kind=ilp), intent(in) :: incv
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(*)