-
- Downloads
Implement multiplication by a scalar in matfaust.Faust.mtimes.
It's implemented in C++ and matfaust is linked to the code through mexFaust*.cpp. The function blocks the multiplication of a real Faust by a complex scalar for the moment.
Showing
- src/faust_linear_operator/CPU/faust_Transform.h 2 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_Transform.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 21 additions, 7 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- wrapper/matlab/+matfaust/@Faust/Faust.m 9 additions, 3 deletionswrapper/matlab/+matfaust/@Faust/Faust.m
- wrapper/matlab/CMakeLists.txt 1 addition, 0 deletionswrapper/matlab/CMakeLists.txt
- wrapper/matlab/src/mexFaust.cpp.in 16 additions, 1 deletionwrapper/matlab/src/mexFaust.cpp.in
- wrapper/matlab/tools/faust2Mx.h 7 additions, 0 deletionswrapper/matlab/tools/faust2Mx.h
- wrapper/matlab/tools/faust2Mx.hpp 22 additions, 2 deletionswrapper/matlab/tools/faust2Mx.hpp
Loading
Please register or sign in to comment