![]() |
LAPACK
3.5.0
LAPACK: Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
| double precision function | ddot (N, DX, INCX, DY, INCY) |
| DDOT More... | |
| double precision function ddot | ( | integer | N, |
| double precision, dimension(*) | DX, | ||
| integer | INCX, | ||
| double precision, dimension(*) | DY, | ||
| integer | INCY | ||
| ) |
DDOT
DDOT forms the dot product of two vectors.
uses unrolled loops for increments equal to one. jack dongarra, linpack, 3/11/78.
modified 12/3/93, array(1) declarations changed to array(*) Definition at line 52 of file ddot.f.