我试图将多项式系数保存在QVector
. 我的多项式是 2 次的,所以它有三个数字。
当我定义QVector<double[3]> zeros_Real(n + 1)
我得到一个错误(如下)。首先,我认为我可以使用QVector<QVector<double>>
,但这将是速度和内存问题,所以我决定不这样做。
为什么我不能有一个QVector
元素double[3]
?
错误:
mingw32-make[1]: *** [debug/main.o] Error 1
mingw32-make: *** [debug] Error 2
21:27:01: The process "C:\Qt\Tools\mingw492_32\bin\mingw32-make.exe" exited with code 2.
Error while building/deploying project untitled11 (kit: Desktop Qt 5.5.1 MinGW 32bit)
When executing step "Make"