public interface mfi_getrf
Generic modern interface for GETRF.
Supports s, d, c, z.
See also:
sgetrf, dgetrf, cgetrf, zgetrf.
Module Procedures
Modern interface for sgetrf.
See also: mfi_getrf, f77_getrf.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=REAL32),
|
intent(inout) |
|
|
:: |
a(:,:) |
|
integer,
|
intent(out), |
optional, |
target
|
:: |
ipiv(:) |
|
integer,
|
intent(out), |
optional |
|
:: |
info |
|
Modern interface for dgetrf.
See also: mfi_getrf, f77_getrf.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=REAL64),
|
intent(inout) |
|
|
:: |
a(:,:) |
|
integer,
|
intent(out), |
optional, |
target
|
:: |
ipiv(:) |
|
integer,
|
intent(out), |
optional |
|
:: |
info |
|
Modern interface for cgetrf.
See also: mfi_getrf, f77_getrf.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=REAL32),
|
intent(inout) |
|
|
:: |
a(:,:) |
|
integer,
|
intent(out), |
optional, |
target
|
:: |
ipiv(:) |
|
integer,
|
intent(out), |
optional |
|
:: |
info |
|
Modern interface for zgetrf.
See also: mfi_getrf, f77_getrf.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=REAL64),
|
intent(inout) |
|
|
:: |
a(:,:) |
|
integer,
|
intent(out), |
optional, |
target
|
:: |
ipiv(:) |
|
integer,
|
intent(out), |
optional |
|
:: |
info |
|