public interface mfi_potrs
Generic modern interface for POTRS.
Supports s, d, c, z.
See also:
spotrs, dpotrs, cpotrs, zpotrs.
Module Procedures
Modern interface for spotrs.
See also: mfi_potrs, f77_potrs.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=REAL32),
|
intent(in) |
|
|
:: |
a(:,:) |
|
real(kind=REAL32),
|
intent(inout) |
|
|
:: |
b(:,:) |
|
character(len=1),
|
intent(in), |
optional |
|
:: |
uplo |
|
integer,
|
intent(out), |
optional |
|
:: |
info |
|
Modern interface for dpotrs.
See also: mfi_potrs, f77_potrs.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=REAL64),
|
intent(in) |
|
|
:: |
a(:,:) |
|
real(kind=REAL64),
|
intent(inout) |
|
|
:: |
b(:,:) |
|
character(len=1),
|
intent(in), |
optional |
|
:: |
uplo |
|
integer,
|
intent(out), |
optional |
|
:: |
info |
|
Modern interface for cpotrs.
See also: mfi_potrs, f77_potrs.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=REAL32),
|
intent(in) |
|
|
:: |
a(:,:) |
|
complex(kind=REAL32),
|
intent(inout) |
|
|
:: |
b(:,:) |
|
character(len=1),
|
intent(in), |
optional |
|
:: |
uplo |
|
integer,
|
intent(out), |
optional |
|
:: |
info |
|
Modern interface for zpotrs.
See also: mfi_potrs, f77_potrs.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=REAL64),
|
intent(in) |
|
|
:: |
a(:,:) |
|
complex(kind=REAL64),
|
intent(inout) |
|
|
:: |
b(:,:) |
|
character(len=1),
|
intent(in), |
optional |
|
:: |
uplo |
|
integer,
|
intent(out), |
optional |
|
:: |
info |
|