-
- Downloads
Handle Hermitian matrix product in gemm_core() function (faust_linear_algebra)...
Handle Hermitian matrix product in gemm_core() function (faust_linear_algebra) and use it in Palm4MSA(FFT) algos. - Before: we had 'T' for transpose matrix and 'N' normal matrix. Now: we have the additional 'H' for transconjugate matrix. - This is not yet handled when using gemm BLAS computation (it's only for eigen and it raises an exception if using BLAS with 'H'). - This is for handling more properly Palm4MSA matrix complex approximation. - Palm4MSA is modified, optimized and clarified by using this new capability.
Showing
- src/algorithm/factorization/faust_Palm4MSA.h 4 additions, 4 deletionssrc/algorithm/factorization/faust_Palm4MSA.h
- src/algorithm/factorization/faust_Palm4MSA.hpp 18 additions, 51 deletionssrc/algorithm/factorization/faust_Palm4MSA.hpp
- src/algorithm/factorization/faust_Palm4MSAFFT.hpp 12 additions, 20 deletionssrc/algorithm/factorization/faust_Palm4MSAFFT.hpp
- src/faust_linear_operator/CPU/faust_linear_algebra.hpp 43 additions, 5 deletionssrc/faust_linear_operator/CPU/faust_linear_algebra.hpp
Please register or sign in to comment