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 |