-
- Downloads
Add a new impl of Faust norm-1 that works column by column instead of...
Add a new impl of Faust norm-1 that works column by column instead of computing the full array (the option full_array is available from pyfaust.Faust.norm()). Modify slightly the norm functions in the pyfaust C++/pyx wrapper (one function by type of norm). Right now the new impl. is only for CPU.
Showing
- src/faust_linear_operator/CPU/faust_MatDense.h 1 addition, 1 deletionsrc/faust_linear_operator/CPU/faust_MatDense.h
- src/faust_linear_operator/CPU/faust_MatSparse.h 2 additions, 1 deletionsrc/faust_linear_operator/CPU/faust_MatSparse.h
- src/faust_linear_operator/CPU/faust_Transform.h 2 additions, 2 deletionssrc/faust_linear_operator/CPU/faust_Transform.h
- src/faust_linear_operator/CPU/faust_Transform.hpp 48 additions, 6 deletionssrc/faust_linear_operator/CPU/faust_Transform.hpp
- src/faust_linear_operator/CPU/faust_TransformHelper.h 1 addition, 1 deletionsrc/faust_linear_operator/CPU/faust_TransformHelper.h
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 7 additions, 4 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- src/faust_linear_operator/CPU/faust_Vect.h 1 addition, 0 deletionssrc/faust_linear_operator/CPU/faust_Vect.h
- src/faust_linear_operator/GPU2/faust_TransformHelper_gpu.h 1 addition, 1 deletionsrc/faust_linear_operator/GPU2/faust_TransformHelper_gpu.h
- src/faust_linear_operator/GPU2/faust_TransformHelper_gpu.hpp 2 additions, 2 deletionssrc/faust_linear_operator/GPU2/faust_TransformHelper_gpu.hpp
- src/faust_linear_operator/GPU2/faust_Transform_gpu.cpp.in 1 addition, 1 deletionsrc/faust_linear_operator/GPU2/faust_Transform_gpu.cpp.in
- src/faust_linear_operator/GPU2/faust_Transform_gpu.h 1 addition, 1 deletionsrc/faust_linear_operator/GPU2/faust_Transform_gpu.h
- wrapper/python/src/FaustCoreCpp.h 2 additions, 1 deletionwrapper/python/src/FaustCoreCpp.h
- wrapper/python/src/FaustCoreCpp.hpp 8 additions, 12 deletionswrapper/python/src/FaustCoreCpp.hpp
- wrapper/python/src/FaustCoreGenCy.pxd.in 2 additions, 1 deletionwrapper/python/src/FaustCoreGenCy.pxd.in
- wrapper/python/src/_FaustCoreGen.pyx.in 10 additions, 5 deletionswrapper/python/src/_FaustCoreGen.pyx.in
Loading
Please register or sign in to comment