-
- Downloads
Implement the optimization of eye faust in C++ core and bind it into pyfaust.
This commit is issue #51 related.
Showing
- src/algorithm/factorization/faust_ParamsFGFT.hpp 1 addition, 1 deletionsrc/algorithm/factorization/faust_ParamsFGFT.hpp
- src/faust_linear_operator/CPU/faust_MatDense.h 6 additions, 8 deletionssrc/faust_linear_operator/CPU/faust_MatDense.h
- src/faust_linear_operator/CPU/faust_MatDense.hpp 29 additions, 31 deletionssrc/faust_linear_operator/CPU/faust_MatDense.hpp
- src/faust_linear_operator/CPU/faust_MatSparse.hpp 11 additions, 9 deletionssrc/faust_linear_operator/CPU/faust_MatSparse.hpp
- src/faust_linear_operator/CPU/faust_Transform.hpp 2 additions, 2 deletionssrc/faust_linear_operator/CPU/faust_Transform.hpp
- src/faust_linear_operator/CPU/faust_TransformHelper.h 2 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.h
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 18 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- src/faust_linear_operator/CPU/faust_linear_algebra.hpp 109 additions, 123 deletionssrc/faust_linear_operator/CPU/faust_linear_algebra.hpp
- src/faust_linear_operator/faust_MatGeneric.h 242 additions, 235 deletionssrc/faust_linear_operator/faust_MatGeneric.h
- src/faust_linear_operator/faust_MatGeneric.hpp 2 additions, 0 deletionssrc/faust_linear_operator/faust_MatGeneric.hpp
- wrapper/python/pyfaust.py 13 additions, 8 deletionswrapper/python/pyfaust.py
- wrapper/python/src/FaustCoreCpp.h 2 additions, 0 deletionswrapper/python/src/FaustCoreCpp.h
- wrapper/python/src/FaustCoreCpp.hpp 9 additions, 0 deletionswrapper/python/src/FaustCoreCpp.hpp
- wrapper/python/src/FaustCoreCy.pxd 2 additions, 0 deletionswrapper/python/src/FaustCoreCy.pxd
- wrapper/python/src/_FaustCorePy.pyx 12 additions, 10 deletionswrapper/python/src/_FaustCorePy.pyx
Loading
Please register or sign in to comment