BLAS/SRC/sdot.f File Reference
Go to the source code of this file.
Functions/Subroutines |
| REAL | SDOT (N, SX, INCX, SY, INCY) |
Function Documentation
| REAL SDOT |
( |
INTEGER |
N, |
|
|
REAL,dimension(*) |
SX, |
|
|
INTEGER |
INCX, |
|
|
REAL,dimension(*) |
SY, |
|
|
INTEGER |
INCY | |
|
) |
| | |
Definition at line 1 of file sdot.f.