Mentions légales du service

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

Fix matfaust product M*F (with M a matrix and F a Faust).

(F'*M')' was handled correctly but not M*F (matrix on the left side).

It was raising this kind of error:
==============
Struct contents reference from a non-struct array object.

Error in matfaust.Faust/mtimes_trans (line 713)
                                if (F.isReal)

Error in * (line 657)
                                G = mtimes_trans(F, A, 0);
==============
parent 21d21ff6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment