-
- Downloads
Separate Faust-vector mul. optimization/method choice from that of...
Separate Faust-vector mul. optimization/method choice from that of Faust-toarray and bind the wrappers. It's possible now to multiply a Faust by a vector with a specific method which is different from the one used to compute Faust.toarray(). The optimize_time() method take it into account in the selective benchmark.
Showing
- misc/test/src/C++/unit/faust_transform_optimize.cpp.in 1 addition, 1 deletionmisc/test/src/C++/unit/faust_transform_optimize.cpp.in
- src/faust_linear_operator/CPU/faust_TransformHelper.h 7 additions, 1 deletionsrc/faust_linear_operator/CPU/faust_TransformHelper.h
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 87 additions, 10 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- wrapper/matlab/+matfaust/@Faust/Faust.m 4 additions, 4 deletionswrapper/matlab/+matfaust/@Faust/Faust.m
- wrapper/matlab/src/mexFaust.cpp.in 4 additions, 4 deletionswrapper/matlab/src/mexFaust.cpp.in
- wrapper/python/pyfaust.py 2 additions, 2 deletionswrapper/python/pyfaust.py
- wrapper/python/src/FaustCoreCpp.h 3 additions, 2 deletionswrapper/python/src/FaustCoreCpp.h
- wrapper/python/src/FaustCoreCpp.hpp 10 additions, 5 deletionswrapper/python/src/FaustCoreCpp.hpp
- wrapper/python/src/FaustCoreCy.pxd 2 additions, 1 deletionwrapper/python/src/FaustCoreCy.pxd
- wrapper/python/src/_FaustCorePy.pyx 12 additions, 6 deletionswrapper/python/src/_FaustCorePy.pyx
Loading
Please register or sign in to comment