链接已复制
1. This functionality has been removed to the legacy package of IPP since v.9.0 ( see here the info about that, by follow the link:https://software.intel.com/en-us/articles/intel-ipp-legacy-libraries)
2. but, I checked how it works with v.8.2.2 ( the latest version where this functionality is still exists and don't see the problem.
here is the output i have ( win64, static linking)
ippSP AVX2 (l9 threaded) 8.2.2 (r46212) 8.2.2.46212
Transposed matrix PASSEDm status = (null):
Original matrix: 1.000000 2.000000 3.000000 4.000000
Original matrix: 5.000000 6.000000 7.000000 8.000000
Original matrix: 9.000000 0.000000 1.000000 2.000000
Transponsed matrix: 1.000000 5.000000 9.000000
Transponsed matrix: 2.000000 6.000000 0.000000
Transponsed matrix: 3.000000 7.000000 1.000000
Transponsed matrix: 4.000000 8.000000 2.000000
Press any key to continue . . .
