Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9f59d964 authored by hhakim's avatar hhakim
Browse files

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().
parent a93e3caa
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment