LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
dot: x^H x and x^T x
Collaboration diagram for dot: x^H x and x^T x:

Functions

complex function cdotc (N, CX, INCX, CY, INCY)
 CDOTC More...
 
complex function cdotu (N, CX, INCX, CY, INCY)
 CDOTU More...
 
double precision function ddot (N, DX, INCX, DY, INCY)
 DDOT More...
 
double precision function dsdot (N, SX, INCX, SY, INCY)
 DSDOT More...
 
real function sdot (N, SX, INCX, SY, INCY)
 SDOT More...
 
real function sdsdot (N, SB, SX, INCX, SY, INCY)
 SDSDOT More...
 
complex *16 function zdotc (N, ZX, INCX, ZY, INCY)
 ZDOTC More...
 
complex *16 function zdotu (N, ZX, INCX, ZY, INCY)
 ZDOTU More...
 

Detailed Description