LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
Collaboration diagram for real:

Functions

subroutine crotg (a, b, c, s)
 CROTG generates a Givens rotation with real cosine and complex sine.
 
real(wp) function dnrm2 (n, x, incx)
 DNRM2
 
subroutine drotg (a, b, c, s)
 DROTG
 
real(wp) function dznrm2 (n, x, incx)
 DZNRM2
 
real function sasum (n, sx, incx)
 SASUM
 
subroutine saxpy (n, sa, sx, incx, sy, incy)
 SAXPY
 
real function scabs1 (z)
 SCABS1
 
real function scasum (n, cx, incx)
 SCASUM
 
real(wp) function scnrm2 (n, x, incx)
 SCNRM2
 
subroutine scopy (n, sx, incx, sy, incy)
 SCOPY
 
real function sdot (n, sx, incx, sy, incy)
 SDOT
 
real function sdsdot (n, sb, sx, incx, sy, incy)
 SDSDOT
 
real(wp) function snrm2 (n, x, incx)
 SNRM2
 
subroutine srot (n, sx, incx, sy, incy, c, s)
 SROT
 
subroutine srotg (a, b, c, s)
 SROTG
 
subroutine srotm (n, sx, incx, sy, incy, sparam)
 SROTM
 
subroutine srotmg (sd1, sd2, sx1, sy1, sparam)
 SROTMG
 
subroutine sscal (n, sa, sx, incx)
 SSCAL
 
subroutine sswap (n, sx, incx, sy, incy)
 SSWAP
 
subroutine zrotg (a, b, c, s)
 ZROTG generates a Givens rotation with real cosine and complex sine.
 

Detailed Description

This is the group of real LEVEL 1 BLAS routines.