?? mtl_config.h.in
字號:
/* mtl/mtl_config.h.in. Generated automatically from configure.in by autoheader. */#ifndef MTL_CONFIG_H#define MTL_CONFIG_H#undef HAVE_COPYSIGN#undef HAVE_STD_ABS#undef MTL_EXCEPTIONS#undef USE_BLAIS#undef MTL_CMPLR_HAS_LIMITS/* Define if you have the daxpy function. */#undef HAVE_DAXPY/* Define if you have the dgetrf function. */#undef HAVE_DGETRF/* Name of package */#undef PACKAGE/* Version number of package */#undef VERSION#if defined(_MSC_VER) && !defined(__MWERKS__)# if ( _MSC_VER < 1300 )# define _MSVCPP_ _MSC_VER# else# define _MSVCPP7_ _MSC_VER# endif#endif/* Assuming that configure is not run for Visual C++ and Metrowerks Codewarrior, so the above macros are not yet defined. */#if !defined ( _MSVCPP_ )#define STD_REVERSE_ITER 1#else#define STD_REVERSE_ITER 0#endif#if defined(__sgi) && !defined(__GNUC__) && (_COMPILER_VERSION < 730)# define MTL_NO_TEMPLATE#elif defined(__GNUC__) && (__GNUC__ < 9)# define MTL_NO_TEMPLATE#elif defined(__KCC_VERSION) && (__KCC_VERSION < 3400)# define MTL_NO_TEMPLATE#elif defined(__MWERKS__)# define MTL_NO_TEMPLATE#endif#ifdef MTL_NO_TEMPLATE#define MTL_TEMPLATE#else#define MTL_TEMPLATE template#endif#if defined ( _MSVCPP_ )#define MTL_MAX(X,Y) (X > Y ? X : Y)#define MTL_MIN(X,Y) (X < Y ? X : Y)#else#define MTL_MIN(X,Y) std::min(X,Y)#define MTL_MAX(X,Y) std::max(X,Y)#endif#define MTL_CONJ std::conj#define MTL_ABS std::abs#if defined ( _MSVCPP_ ) || defined ( _MSVCPP7_ )#define MTL_PARTIAL_SPEC 0#else#define MTL_PARTIAL_SPEC 1#endif#if defined(__GNUC__) || defined(_MSVCPP_) || defined(_MSVCPP7_) || defined( __MWERKS__)#define MTL_DISABLE_BLOCKING#endif#if defined(MTL_FORTRAN_SYMBOLS_WITH_DOUBLE_TRAILING_UNDERSCORES)#define MTL_FSYMB(X) X##__#elif defined(MTL_FORTRAN_SYMBOLS_WITH_TRAILING_UNDERSCORES)#define MTL_FSYMB(X) X##_#else#define MTL_FSYMB(X) X#endif#define PACKAGE mtl#define VERSION mtl-2.1.2-21#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -