![]() |
LAPACK
3.5.0
LAPACK: Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
| real function | sdot (N, SX, INCX, SY, INCY) |
| SDOT More... | |
| real function sdot | ( | integer | N, |
| real, dimension(*) | SX, | ||
| integer | INCX, | ||
| real, dimension(*) | SY, | ||
| integer | INCY | ||
| ) |
SDOT
SDOT 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 sdot.f.