public interface mfi_hetrf
Generic modern interface for HETRF.
Supports c, z.
See also:
chetrf, zhetrf.
Module Procedures
Modern interface for chetrf.
See also: mfi_hetrf, f77_hetrf.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=REAL32),
|
intent(inout) |
|
|
:: |
a(:,:) |
|
character(len=1),
|
intent(in), |
optional |
|
:: |
uplo |
|
integer,
|
intent(out), |
optional, |
target
|
:: |
ipiv(:) |
|
integer,
|
intent(out), |
optional |
|
:: |
info |
|
Modern interface for zhetrf.
See also: mfi_hetrf, f77_hetrf.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=REAL64),
|
intent(inout) |
|
|
:: |
a(:,:) |
|
character(len=1),
|
intent(in), |
optional |
|
:: |
uplo |
|
integer,
|
intent(out), |
optional, |
target
|
:: |
ipiv(:) |
|
integer,
|
intent(out), |
optional |
|
:: |
info |
|