#include "../cblas.h"#include <stddef.h>#include <stdint.h>#include <stdio.h>#include <stdlib.h>Functions | |
| void | cblas_daxpy (const int64_t n, const double alpha, const double *restrict x, const int64_t incX, double *restrict y, const int64_t incY) |
| void cblas_daxpy | ( | const int64_t | n, | |
| const double | alpha, | |||
| const double *restrict | x, | |||
| const int64_t | incX, | |||
| double *restrict | y, | |||
| const int64_t | incY | |||
| ) |
1.6.3