Dmitry I. Lyakh

Results 2 issues of Dmitry I. Lyakh

I was using ZGESVDX routine for incomplete SVD decomposition and noticed cases where the output matrices returned from this subroutine were zero while INFO did not show any error (status...

Type: Bug

Turns out this is due to wrong handling of conjugation of the second argument in a contraction. This only happens when your own implementation of BLAS is used, when the...