idamax.c

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

C
12
字号
#include <gsl/gsl_math.h>#include <gsl/gsl_cblas.h>#include "cblas.h"CBLAS_INDEXcblas_idamax (const int N, const double *X, const int incX){#define BASE double#include "source_iamax_r.h"#undef BASE}

⌨️ 快捷键说明

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