mfi_dgeqrf Subroutine

public pure subroutine mfi_dgeqrf(a, tau, info)

Modern interface for dgeqrf. See also: mfi_geqrf, f77_geqrf.

Arguments

Type IntentOptional Attributes Name
real(kind=REAL64), intent(inout) :: a(:,:)
real(kind=REAL64), intent(out), optional, target :: tau(:)
integer, intent(out), optional :: info