Modern interface for dsyr. See also: mfi_syr, f77_syr.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
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 |