public interface mfi_potrf
Generic modern interface for POTRF.
Supports s, d, c, z.
See also:
spotrf, dpotrf, cpotrf, zpotrf.
Module Procedures
Modern interface for spotrf.
See also: mfi_potrf, f77_potrf.
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 dpotrf.
See also: mfi_potrf, f77_potrf.
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 cpotrf.
See also: mfi_potrf, f77_potrf.
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 zpotrf.
See also: mfi_potrf, f77_potrf.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=REAL64),
|
intent(inout) |
|
|
:: |
a(:,:) |
|
integer,
|
intent(out), |
optional |
|
:: |
info |
|
character(len=1),
|
intent(in), |
optional |
|
:: |
uplo |
|