derekbeaton / GSVD

19 stars 6 forks source link

fix for issue #34, tolerance_svd when nu or nv = 0 #35

Open LukeMoraglia opened 8 months ago

LukeMoraglia commented 8 months ago

Discussion primarily in issue #34. Fixes an error when nu = 0 or nv = 0 in tolerance_svd(). Additionally, fixes problems when nu != nv caused by the vector_signs argument.