dgbmv.c

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

C
16
字号
#include <gsl/gsl_math.h>#include <gsl/gsl_cblas.h>#include "cblas.h"voidcblas_dgbmv (const enum CBLAS_ORDER order, const enum CBLAS_TRANSPOSE TransA,             const int M, const int N, const int KL, const int KU,             const double alpha, const double *A, const int lda,             const double *X, const int incX, const double beta, double *Y,             const int incY){#define BASE double#include "source_gbmv_r.h"#undef BASE}

⌨️ 快捷键说明

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