-
- Downloads
Implement Hadamard-Faust in C++ and bind it into pyfaust.
The implementation takes reference from wrapper/matlab/demo/tools/hadamard_mat.m. It contructs a base matrix and apply a permutation matrix to it. Besides, the C++ version handles the case of order = 1 for the Hadamard matrix.
Showing
- src/faust_linear_operator/CPU/faust_MatSparse.h 2 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_MatSparse.h
- src/faust_linear_operator/CPU/faust_TransformHelper.h 1 addition, 0 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.h
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 89 additions, 1 deletionsrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- wrapper/python/pyfaust.py 5 additions, 0 deletionswrapper/python/pyfaust.py
- wrapper/python/src/FaustCoreCpp.h 1 addition, 0 deletionswrapper/python/src/FaustCoreCpp.h
- wrapper/python/src/FaustCoreCpp.hpp 11 additions, 1 deletionwrapper/python/src/FaustCoreCpp.hpp
- wrapper/python/src/FaustCoreCy.pxd 2 additions, 0 deletionswrapper/python/src/FaustCoreCy.pxd
- wrapper/python/src/FaustCorePy.pyx 9 additions, 0 deletionswrapper/python/src/FaustCorePy.pyx
Loading
Please register or sign in to comment