mfi_unmqr Interface

public interface mfi_unmqr

Generic modern interface for UNMQR. Supports c, z. See also: cunmqr, zunmqr.


Module Procedures

public pure subroutine mfi_cunmqr(a, tau, c, side, trans, info)

Modern interface for cunmqr. See also: mfi_unmqr, f77_unmqr. Multiplies a matrix by the orthogonal matrix Q from geqrf

Arguments

Type IntentOptional Attributes Name
complex(kind=REAL32), intent(inout) :: a(:,:)
complex(kind=REAL32), intent(in) :: tau(:)
complex(kind=REAL32), intent(inout) :: c(:,:)
character(len=1), intent(in), optional :: side
character(len=1), intent(in), optional :: trans
integer, intent(out), optional :: info

public pure subroutine mfi_zunmqr(a, tau, c, side, trans, info)

Modern interface for zunmqr. See also: mfi_unmqr, f77_unmqr. Multiplies a matrix by the orthogonal matrix Q from geqrf

Arguments

Type IntentOptional Attributes Name
complex(kind=REAL64), intent(inout) :: a(:,:)
complex(kind=REAL64), intent(in) :: tau(:)
complex(kind=REAL64), intent(inout) :: c(:,:)
character(len=1), intent(in), optional :: side
character(len=1), intent(in), optional :: trans
integer, intent(out), optional :: info