Generic modern interface for SPR. Supports s, d. See also: sspr, dspr.
Modern interface for sspr. See also: mfi_spr, f77_spr.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL32), | intent(inout) | :: | ap(:) | |||
real(kind=REAL32), | intent(in) | :: | x(:) | |||
character(len=1), | intent(in), | optional | :: | uplo | ||
real(kind=REAL32), | intent(in), | optional | :: | alpha | ||
integer, | intent(in), | optional | :: | incx |
Modern interface for dspr. See also: mfi_spr, f77_spr.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL64), | intent(inout) | :: | ap(:) | |||
real(kind=REAL64), | intent(in) | :: | x(:) | |||
character(len=1), | intent(in), | optional | :: | uplo | ||
real(kind=REAL64), | intent(in), | optional | :: | alpha | ||
integer, | intent(in), | optional | :: | incx |