public interface mfi_getri
Generic modern interface for GETRI.
Supports s, d, c, z.
See also:
sgetri, dgetri, cgetri, zgetri.
Module Procedures
Modern interface for sgetri.
See also: mfi_getri, f77_getri.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=REAL32),
|
intent(inout) |
|
|
:: |
a(:,:) |
|
integer,
|
intent(in) |
|
|
:: |
ipiv(:) |
|
integer,
|
intent(out), |
optional |
|
:: |
info |
|
Modern interface for dgetri.
See also: mfi_getri, f77_getri.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=REAL64),
|
intent(inout) |
|
|
:: |
a(:,:) |
|
integer,
|
intent(in) |
|
|
:: |
ipiv(:) |
|
integer,
|
intent(out), |
optional |
|
:: |
info |
|
Modern interface for cgetri.
See also: mfi_getri, f77_getri.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=REAL32),
|
intent(inout) |
|
|
:: |
a(:,:) |
|
integer,
|
intent(in) |
|
|
:: |
ipiv(:) |
|
integer,
|
intent(out), |
optional |
|
:: |
info |
|
Modern interface for zgetri.
See also: mfi_getri, f77_getri.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=REAL64),
|
intent(inout) |
|
|
:: |
a(:,:) |
|
integer,
|
intent(in) |
|
|
:: |
ipiv(:) |
|
integer,
|
intent(out), |
optional |
|
:: |
info |
|