Generic modern interface for ORM2R. Supports s, d. See also: sorm2r, dorm2r.
Modern interface for sorm2r. See also: mfi_orm2r, f77_orm2r. Multiplies a real matrix by the orthogonal matrix Q formed by geqr2
| Type | Intent | Optional | 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 |
Modern interface for dorm2r. See also: mfi_orm2r, f77_orm2r. Multiplies a real matrix by the orthogonal matrix Q formed by geqr2
| Type | Intent | Optional | 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 |