derekbeaton / GSVD

19 stars 6 forks source link

geigen: sqrt(abs(eigenvalues)) * sign(eigenvalues)? #28

Open derekbeaton opened 4 years ago

derekbeaton commented 4 years ago

right now, the singular values come back as NaN when there are negative eigenvalues. maybe here I can try to catch that and send back "negative" singular values

but unsure...