Generic old style interface for AXPY. Supports s, d, c, z. See also: mfi_axpy, saxpy, daxpy, caxpy, zaxpy.
Original interface for CAXPY See also: mfi_axpy, f77_axpy.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
complex(kind=REAL32), | intent(in) | :: | a | |||
complex(kind=REAL32), | intent(in) | :: | x(*) | |||
integer, | intent(in) | :: | incx | |||
complex(kind=REAL32), | intent(inout) | :: | y(*) | |||
integer, | intent(in) | :: | incy |
Original interface for ZAXPY See also: mfi_axpy, f77_axpy.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
complex(kind=REAL64), | intent(in) | :: | a | |||
complex(kind=REAL64), | intent(in) | :: | x(*) | |||
integer, | intent(in) | :: | incx | |||
complex(kind=REAL64), | intent(inout) | :: | y(*) | |||
integer, | intent(in) | :: | incy |