运用dsplib进行矩阵运算结果不对:
1、根据dsplib安装目录下src文件例程计算
[1,2,3,4]*[1,0,1,0],r1,c1,r2均设置为2,结果所在地址数据为:00030003 00030003.请问是什么原因?
2、库文件.ae66需不需要加到链接库里?我没加也可以运行?
3、有没有求矩阵逆的函数?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
运用dsplib进行矩阵运算结果不对:
1、根据dsplib安装目录下src文件例程计算
[1,2,3,4]*[1,0,1,0],r1,c1,r2均设置为2,结果所在地址数据为:00030003 00030003.请问是什么原因?
2、库文件.ae66需不需要加到链接库里?我没加也可以运行?
3、有没有求矩阵逆的函数?