General Information
Compute the scalar times a vector plus a vector, y = ax + y, all single precision.
- Usage
CALL SAXPY (N, SA, SX, INCX, SY, INCY)
- Classification
| D1a7 | Vector triad (a*x+y for vectors x,y and scalar a) |
- Type
- subroutine in IMSLM package
- Language
- Fortran
- Availability
- Proprietary, Portable
- Precision
- Single Precision
- Alternates
- DAXPY
- Double Precision