dsdot.c

来自「该文件为c++的数学函数库!是一个非常有用的编程工具.它含有各种数学函数,为科学」· C语言 代码 · 共 17 行

C
17
字号
#include <gsl/gsl_math.h>#include <gsl/gsl_cblas.h>#include "cblas.h"doublecblas_dsdot (const int N, const float *X, const int incX, const float *Y,             const int incY){#define INIT_VAL  0.0#define ACC_TYPE  double#define BASE float#include "source_dot_r.h"#undef ACC_TYPE#undef BASE#undef INIT_VAL}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?