Generic old style interface for GERU. Supports c, z. See also: mfi_geru, cgeru, zgeru.
Original interface for CGERU See also: mfi_geru, f77_geru.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | m | |||
integer, | intent(in) | :: | n | |||
complex(kind=REAL32), | intent(in) | :: | alpha | |||
complex(kind=REAL32), | intent(in) | :: | x(*) | |||
integer, | intent(in) | :: | incx | |||
complex(kind=REAL32), | intent(in) | :: | y(*) | |||
integer, | intent(in) | :: | incy | |||
complex(kind=REAL32), | intent(inout) | :: | a(lda,*) | |||
integer, | intent(in) | :: | lda |
Original interface for ZGERU See also: mfi_geru, f77_geru.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | m | |||
integer, | intent(in) | :: | n | |||
complex(kind=REAL64), | intent(in) | :: | alpha | |||
complex(kind=REAL64), | intent(in) | :: | x(*) | |||
integer, | intent(in) | :: | incx | |||
complex(kind=REAL64), | intent(in) | :: | y(*) | |||
integer, | intent(in) | :: | incy | |||
complex(kind=REAL64), | intent(inout) | :: | a(lda,*) | |||
integer, | intent(in) | :: | lda |