-
- Downloads
Minor changes related to GivensFGFT.
- Fix iteration error storing in GivensFGFT::errs, - get_D() now returns D by ref instead of value (by copy), - tests misc/test/src/Matlab/test_GivensDiag.m and misc/test/src/C++/GivensFGFT.cpp.in updated with their data input/output file misc/data/mat/test_GivensDiag_Lap_U_J.mat. Especially to test more things between C++ impl. and matlab original prototype (diagonalization_givens.m) : - compare Dhat from matlab and C++, - print iteration errors from matlab and C++, - print more clearly the pivots comparison from matlab and C++. - compare Uhat to U obtained by eig() matlab function (comparison in both cases: matlab prototype and C++ impl).
Showing
- misc/test/src/C++/GivensFGFT.cpp.in 40 additions, 4 deletionsmisc/test/src/C++/GivensFGFT.cpp.in
- misc/test/src/Matlab/test_GivensDiag.m 16 additions, 16 deletionsmisc/test/src/Matlab/test_GivensDiag.m
- src/algorithm/factorization/faust_GivensFGFT.h 7 additions, 7 deletionssrc/algorithm/factorization/faust_GivensFGFT.h
- src/algorithm/factorization/faust_GivensFGFT.hpp 4 additions, 3 deletionssrc/algorithm/factorization/faust_GivensFGFT.hpp
- src/algorithm/factorization/faust_GivensFGFTParallel.hpp 1 addition, 1 deletionsrc/algorithm/factorization/faust_GivensFGFTParallel.hpp
- wrapper/matlab/tools/diagonalization_givens.m 18 additions, 25 deletionswrapper/matlab/tools/diagonalization_givens.m
Loading
Please register or sign in to comment