Generic modern interface for ORMR2. Supports s, d. See also: sormr2, dormr2.
Modern interface for sormr2. See also: mfi_ormr2, f77_ormr2. Multiplies a real matrix by the orthogonal matrix Q formed by gerq2
| 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 dormr2. See also: mfi_ormr2, f77_ormr2. Multiplies a real matrix by the orthogonal matrix Q formed by gerq2
| 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 |