public interface mfi_gerqf
Generic modern interface for GERQF.
Supports s, d, c, z.
See also:
sgerqf, dgerqf, cgerqf, zgerqf.
Module Procedures
Modern interface for sgerqf.
See also: mfi_gerqf, f77_gerqf.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=REAL32),
|
intent(inout) |
|
|
:: |
a(:,:) |
|
real(kind=REAL32),
|
intent(out), |
optional, |
target
|
:: |
tau(:) |
|
integer,
|
intent(out), |
optional |
|
:: |
info |
|
Modern interface for dgerqf.
See also: mfi_gerqf, f77_gerqf.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=REAL64),
|
intent(inout) |
|
|
:: |
a(:,:) |
|
real(kind=REAL64),
|
intent(out), |
optional, |
target
|
:: |
tau(:) |
|
integer,
|
intent(out), |
optional |
|
:: |
info |
|
Modern interface for cgerqf.
See also: mfi_gerqf, f77_gerqf.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=REAL32),
|
intent(inout) |
|
|
:: |
a(:,:) |
|
complex(kind=REAL32),
|
intent(out), |
optional, |
target
|
:: |
tau(:) |
|
integer,
|
intent(out), |
optional |
|
:: |
info |
|
Modern interface for zgerqf.
See also: mfi_gerqf, f77_gerqf.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=REAL64),
|
intent(inout) |
|
|
:: |
a(:,:) |
|
complex(kind=REAL64),
|
intent(out), |
optional, |
target
|
:: |
tau(:) |
|
integer,
|
intent(out), |
optional |
|
:: |
info |
|