-
- Downloads
Fix three bugs in Faust-vector matrix.
- The first dates of a recent optimization (which avoids copies) and occurring only in the transpose case. - The second is concerning only matlab and was introduced when the matfaust was moved to the interleaved complex API (the output buffer of the mul. wasn't initialized). - The third concerned also only matlab, precisely Faust.mtimes_trans function and occurred only in the transpose case too (F'*x wasn't bugged, only mtimes_trans). Also adding TransformHelperGen::transposed2char().
Showing
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 11 additions, 9 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- src/faust_linear_operator/faust_TransformHelperGen.h 1 addition, 0 deletionssrc/faust_linear_operator/faust_TransformHelperGen.h
- src/faust_linear_operator/faust_TransformHelperGen.hpp 7 additions, 1 deletionsrc/faust_linear_operator/faust_TransformHelperGen.hpp
- wrapper/matlab/+matfaust/@Faust/Faust.m 2 additions, 2 deletionswrapper/matlab/+matfaust/@Faust/Faust.m
- wrapper/matlab/src/faust_multiply.hpp 4 additions, 4 deletionswrapper/matlab/src/faust_multiply.hpp
Loading
Please register or sign in to comment