idxblas.h.in
来自「Gaussian Mixture Algorithm」· IN 代码 · 共 16 行
IN
16 行
#cmakedefine 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_INCLUDE_FILE@"#ifndef APPLE_FRAMEWORK_FOUND}#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?