fatal error C1083: Cannot open include file: 'complex.h': No such file ...

fatal error C1083: Cannot open include file: 'complex.h': No such file ...

瀏覽:623
日期:2025-11-18
Lapacke is C code, not C++. Visual C++ has only limited support for C, and does not support _Complex . In C++, you'd use std::complex ....看更多