-
- Downloads
Update minorly eigtj/svdtj related codes and doc (benchmark, matfaust,...
Update minorly eigtj/svdtj related codes and doc (benchmark, matfaust, pyfaust, pyx and C++ backend). - The benchmark was errorneously commented and this commit changed the stopping criterion to the error instead of iteration number. - Comment useless copy in Faust::GivensFGFTComplex. - Handle a matrix storage order issue in _FaustCorePy.pyx eigtj wrapper. - Update matfaust eigtj doc and add examples. - Rename maxiter argument to nGivens. - Update matfaust unit tests consequently. - Update pyfaust unit tests to check the nnz number of eigenvectors transform outputs of eigtj. - Add new examples in doc. - maxiter > nGivens. - Fix minor bugs in parsing of svdtj arguments.
Showing
- misc/test/src/Matlab/FaustFactoryTest.m 10 additions, 10 deletionsmisc/test/src/Matlab/FaustFactoryTest.m
- misc/test/src/Python/benchmark_eigtj.py 97 additions, 98 deletionsmisc/test/src/Python/benchmark_eigtj.py
- misc/test/src/Python/test_FaustPy.py 18 additions, 1 deletionmisc/test/src/Python/test_FaustPy.py
- src/algorithm/factorization/faust_GivensFGFTComplex.hpp 1 addition, 1 deletionsrc/algorithm/factorization/faust_GivensFGFTComplex.hpp
- src/algorithm/factorization/faust_SVDTJ.h 3 additions, 0 deletionssrc/algorithm/factorization/faust_SVDTJ.h
- wrapper/matlab/+matfaust/+fact/eigtj.m 41 additions, 29 deletionswrapper/matlab/+matfaust/+fact/eigtj.m
- wrapper/matlab/+matfaust/+fact/fgft_givens.m 3 additions, 3 deletionswrapper/matlab/+matfaust/+fact/fgft_givens.m
- wrapper/matlab/+matfaust/+fact/svdtj.m 21 additions, 22 deletionswrapper/matlab/+matfaust/+fact/svdtj.m
- wrapper/python/pyfaust/fact.py 73 additions, 41 deletionswrapper/python/pyfaust/fact.py
- wrapper/python/src/_FaustCorePy.pyx 1 addition, 0 deletionswrapper/python/src/_FaustCorePy.pyx
Loading
Please register or sign in to comment