BLAS/SRC/caxpy.f File Reference
Go to the source code of this file.
Functions/Subroutines |
| subroutine | CAXPY (N, CA, CX, INCX, CY, INCY) |
Function Documentation
| subroutine CAXPY |
( |
INTEGER |
N, |
|
|
COMPLEX |
CA, |
|
|
COMPLEX,dimension(*) |
CX, |
|
|
INTEGER |
INCX, |
|
|
COMPLEX,dimension(*) |
CY, |
|
|
INTEGER |
INCY | |
|
) |
| | |