Skip to content

Gaussian lh for complex data

Jakob Roth requested to merge complex_data2 into dev_edh

As done in VC Gaussian, use vdot to compute the sum of squared residuals.

@gedenhof Shouldn't there be a cast to real numbers? By just using vdot the result is still complex with negligible imaginary part.

Merge request reports