📄 idxblas.h
字号:
/* #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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -