Note: before using this routine, please read the Users' Note for your implementation to check the interpretation of bold italicised terms and other implementation-dependent details.
The routine may be called by its
BLAST
name blas_zwaxpby.
3 Description
F16GHF (BLAS_ZWAXPBY) performs the operation
where and are -element complex vectors, and and are complex scalars.
4 References
Basic Linear Algebra Subprograms Technical (BLAST) Forum (2001) Basic Linear Algebra Subprograms Technical (BLAST) Forum Standard University of Tennessee, Knoxville, Tennessee http://www.netlib.org/blas/blast-forum/blas-report.pdf
5 Arguments
1: – INTEGERInput
On entry: , the number of elements in , and .
2: – COMPLEX (KIND=nag_wp)Input
On entry: the scalar .
3: – COMPLEX (KIND=nag_wp) arrayInput
On entry: the -element vector .
If ,
must be stored in , for .
If ,
must be stored in , for .
Intermediate elements of X are not referenced. If , X is not referenced.
4: – INTEGERInput
On entry: the increment in the subscripts of X between successive elements of .
Constraint:
.
5: – COMPLEX (KIND=nag_wp)Input
On entry: the scalar .
6: – COMPLEX (KIND=nag_wp) arrayInput
On entry: the -element vector .
If ,
must be stored in , for .
If ,
must be stored in , for .
Intermediate elements of Y are not referenced. If or , Y is not referenced.
7: – INTEGERInput
On entry: the increment in the subscripts of Y between successive elements of .