LAPACK
3.6.1
LAPACK: Linear Algebra PACKage
|
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 53 of file sdot.f.