Generic modern interface for GERU. Supports c, z. See also: cgeru, zgeru.
Modern interface for cgeru. See also: mfi_geru, f77_geru.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
complex(kind=REAL32), | intent(in) | :: | x(:) | |||
complex(kind=REAL32), | intent(in) | :: | y(:) | |||
complex(kind=REAL32), | intent(in), | optional | :: | alpha | ||
integer, | intent(in), | optional | :: | incx | ||
integer, | intent(in), | optional | :: | incy |
Modern interface for zgeru. See also: mfi_geru, f77_geru.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
complex(kind=REAL64), | intent(in) | :: | x(:) | |||
complex(kind=REAL64), | intent(in) | :: | y(:) | |||
complex(kind=REAL64), | intent(in), | optional | :: | alpha | ||
integer, | intent(in), | optional | :: | incx | ||
integer, | intent(in), | optional | :: | incy |