#include "../cblas.h"#include <stdint.h>Functions | |
| double | cblas_ddot (const int64_t n, const double *restrict x, const int64_t incx, const double *restrict y, const int64_t incy) |
| double cblas_ddot | ( | const int64_t | n, | |
| const double *restrict | x, | |||
| const int64_t | incx, | |||
| const double *restrict | y, | |||
| const int64_t | incy | |||
| ) |
1.6.3