📄 sdot.c
字号:
#include <gsl/gsl_math.h>#include "gsl_cblas.h"#include "cblas.h"floatcblas_sdot (const int N, const float *X, const int incX, const float *Y, const int incY){#define INIT_VAL 0.0#define ACC_TYPE float#define BASE float#include "source_dot_r.h"#undef ACC_TYPE#undef BASE#undef INIT_VAL}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -