vnl_vector+vcl_complex+long_double--.cxx

来自「DTMK软件开发包,此为开源软件,是一款很好的医学图像开发资源.」· CXX 代码 · 共 11 行

CXX
11
字号
#if (defined _MSC_VER) && _MSC_VER == 1200
// disable warning buried deep in the standard library
// warning C4018: '<' : signed/unsigned mismatch: vector(159)
# pragma warning(disable: 4018)
#endif

#include <vnl/vnl_complex.h> // for vnl_math_isfinite(complex)
#include <vnl/vnl_vector.txx>

VNL_VECTOR_INSTANTIATE_COMPLEX(vcl_complex<long double>);

⌨️ 快捷键说明

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