public interface mfi_potri
Generic modern interface for POTRI.
Supports s, d, c, z.
See also:
spotri, dpotri, cpotri, zpotri.
Module Procedures
Modern interface for spotri.
See also: mfi_potri, f77_potri.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=REAL32),
|
intent(inout) |
|
|
:: |
a(:,:) |
|
integer,
|
intent(out), |
optional |
|
:: |
info |
|
character(len=1),
|
intent(in), |
optional |
|
:: |
uplo |
|
Modern interface for dpotri.
See also: mfi_potri, f77_potri.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=REAL64),
|
intent(inout) |
|
|
:: |
a(:,:) |
|
integer,
|
intent(out), |
optional |
|
:: |
info |
|
character(len=1),
|
intent(in), |
optional |
|
:: |
uplo |
|
Modern interface for cpotri.
See also: mfi_potri, f77_potri.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=REAL32),
|
intent(inout) |
|
|
:: |
a(:,:) |
|
integer,
|
intent(out), |
optional |
|
:: |
info |
|
character(len=1),
|
intent(in), |
optional |
|
:: |
uplo |
|
Modern interface for zpotri.
See also: mfi_potri, f77_potri.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=REAL64),
|
intent(inout) |
|
|
:: |
a(:,:) |
|
integer,
|
intent(out), |
optional |
|
:: |
info |
|
character(len=1),
|
intent(in), |
optional |
|
:: |
uplo |
|