idxblas.h
来自「Gaussian Mixture Algorithm」· C头文件 代码 · 共 16 行
H
16 行
/* #undef APPLE_FRAMEWORK_FOUND */// Apple framework calls are mode into a C++ header// On custom Atlas installations extern C is not included// On package instalaltions from distributions, extern C is// included, but another one does not hurt :)#ifndef APPLE_FRAMEWORK_FOUNDextern "C" {#endif#include "cblas.h"#ifndef APPLE_FRAMEWORK_FOUND}#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?