public interface mfi_geqrf
Generic modern interface for GEQRF.
Supports s, d, c, z.
See also:
sgeqrf, dgeqrf, cgeqrf, zgeqrf.
Module Procedures
Modern interface for sgeqrf.
See also: mfi_geqrf, f77_geqrf.
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 dgeqrf.
See also: mfi_geqrf, f77_geqrf.
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 cgeqrf.
See also: mfi_geqrf, f77_geqrf.
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 zgeqrf.
See also: mfi_geqrf, f77_geqrf.
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 |
|