Generic modern interface for GETRS. Supports s, d, c, z. See also: sgetrs, dgetrs, cgetrs, zgetrs.
Modern interface for sgetrs. See also: mfi_getrs, f77_getrs.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
integer, | intent(in) | :: | ipiv(:) | |||
real(kind=REAL32), | intent(inout) | :: | b(:,:) | |||
character(len=1), | intent(in), | optional | :: | trans | ||
integer, | intent(out), | optional | :: | info |
Modern interface for dgetrs. See also: mfi_getrs, f77_getrs.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
integer, | intent(in) | :: | ipiv(:) | |||
real(kind=REAL64), | intent(inout) | :: | b(:,:) | |||
character(len=1), | intent(in), | optional | :: | trans | ||
integer, | intent(out), | optional | :: | info |
Modern interface for cgetrs. See also: mfi_getrs, f77_getrs.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
integer, | intent(in) | :: | ipiv(:) | |||
complex(kind=REAL32), | intent(inout) | :: | b(:,:) | |||
character(len=1), | intent(in), | optional | :: | trans | ||
integer, | intent(out), | optional | :: | info |
Modern interface for zgetrs. See also: mfi_getrs, f77_getrs.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
integer, | intent(in) | :: | ipiv(:) | |||
complex(kind=REAL64), | intent(inout) | :: | b(:,:) | |||
character(len=1), | intent(in), | optional | :: | trans | ||
integer, | intent(out), | optional | :: | info |