mfi_orm2r Interface

public interface mfi_orm2r

Generic modern interface for ORM2R. Supports s, d. See also: sorm2r, dorm2r.


Module Procedures

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

Modern interface for sorm2r. See also: mfi_orm2r, f77_orm2r. Multiplies a real matrix by the orthogonal matrix Q formed by geqr2

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_dorm2r(a, tau, c, side, trans, info)

Modern interface for dorm2r. See also: mfi_orm2r, f77_orm2r. Multiplies a real matrix by the orthogonal matrix Q formed by geqr2

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