LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
rscl: scale vector by reciprocal
Collaboration diagram for rscl: scale vector by reciprocal:

Functions

subroutine csrscl (N, SA, SX, INCX)
 CSRSCL multiplies a vector by the reciprocal of a real scalar. More...
 
subroutine drscl (N, SA, SX, INCX)
 DRSCL multiplies a vector by the reciprocal of a real scalar. More...
 
subroutine srscl (N, SA, SX, INCX)
 SRSCL multiplies a vector by the reciprocal of a real scalar. More...
 
subroutine zdrscl (N, SA, SX, INCX)
 ZDRSCL multiplies a vector by the reciprocal of a real scalar. More...
 

Detailed Description