-
- Downloads
Implement matfaust.Faust.single to convert double Faust to float/single Faust.
Update of C++ TransformHelper::real with a new template parameter to allow double/complex<double> to float (only complex<double> to double was possible before). Update of python C++ code wrapper consequently.
Showing
- src/faust_linear_operator/CPU/faust_MatSparse.h 3 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_MatSparse.h
- src/faust_linear_operator/CPU/faust_MatSparse.hpp 10 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_MatSparse.hpp
- src/faust_linear_operator/CPU/faust_Transform.hpp 2 additions, 1 deletionsrc/faust_linear_operator/CPU/faust_Transform.hpp
- src/faust_linear_operator/CPU/faust_TransformHelper.cpp 2 additions, 1 deletionsrc/faust_linear_operator/CPU/faust_TransformHelper.cpp
- src/faust_linear_operator/CPU/faust_TransformHelper.h 2 additions, 1 deletionsrc/faust_linear_operator/CPU/faust_TransformHelper.h
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 27 additions, 25 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- wrapper/matlab/+matfaust/@Faust/Faust.m 16 additions, 0 deletionswrapper/matlab/+matfaust/@Faust/Faust.m
- wrapper/matlab/src/faust_single.h 48 additions, 0 deletionswrapper/matlab/src/faust_single.h
- wrapper/matlab/src/faust_single.hpp 9 additions, 0 deletionswrapper/matlab/src/faust_single.hpp
- wrapper/matlab/src/mexFaust.cpp.in 3 additions, 0 deletionswrapper/matlab/src/mexFaust.cpp.in
- wrapper/matlab/tools/faust2Mx.hpp 3 additions, 3 deletionswrapper/matlab/tools/faust2Mx.hpp
- wrapper/python/src/FaustCoreCpp.hpp 1 addition, 1 deletionwrapper/python/src/FaustCoreCpp.hpp
Loading
Please register or sign in to comment