-
- Downloads
Fix 2 minors bugs in Palm4MSA c++ and pyfaust wrappers occurring only with a complex input matrix.
- init_facts weren't initialized as complex matrices in FaustCorePy. - useless conjugate() calls in Palm4MSA::compute_grad_over_c() (it's managed directly in gemm() with a 'H' flag for transconjugate instead of a conjugate()+ 'T').
Loading
Please register or sign in to comment