Skip to content

bugfix for MatProduct_AtB --with-scalar-type=complex

Hong Zhang requested to merge hzhang/fix-matproduct-atb/release into main

bugfix for MatProduct_AtB --with-scalar-type=complex Reported-by: Pierre Jolivet pierre@joliv.et 7/14/2022

User may call MatProductReplaceMats() after MatProductSymbolic(), thus MatProductNumeric(B) should compute At=A^t disregard if it is computed in MatProductSymbolic() or not.

Merge request reports