zcopy.c

来自「This library is distributed in the hope 」· C语言 代码 · 共 13 行

C
13
字号
#include <gsl/gsl_math.h>#include <gsl/gsl_cblas.h>#include "cblas.h"voidcblas_zcopy (const int N, const void *X, const int incX, void *Y,             const int incY){#define BASE double#include "source_copy_c.h"#undef BASE}

⌨️ 快捷键说明

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