Hi all,
when dealing with matrices with number of rows much greater than number of columns (X10)
I’m receiving NaN grads for SVD
when I use matrix size of 256X15 everything is fine
when I use 4096X100 I get NaN (this is the size I need)
any idea why?