mfi_ormr2 Interface

public interface mfi_ormr2

Generic modern interface for ORMR2. Supports s, d. See also: sormr2, dormr2.


Module Procedures

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

Modern interface for sormr2. See also: mfi_ormr2, f77_ormr2. Multiplies a real matrix by the orthogonal matrix Q formed by gerq2

Arguments

Type IntentOptional Attributes Name
real(kind=REAL32), intent(inout) :: a(:,:)
real(kind=REAL32), intent(in) :: tau(:)
real(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_dormr2(a, tau, c, side, trans, info)

Modern interface for dormr2. See also: mfi_ormr2, f77_ormr2. Multiplies a real matrix by the orthogonal matrix Q formed by gerq2

Arguments

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