Closed yudongqiu closed 8 years ago
In svd.h, this line: float rho2 = dist2(b12,b22,b23); looks like it should be float rho2 = dist2(b12,b22,b32);
float rho2 = dist2(b12,b22,b23);
float rho2 = dist2(b12,b22,b32);
Oops! I think you are right. I just pushed a fix. Thanks for your sharp eyes!
In svd.h, this line:
float rho2 = dist2(b12,b22,b23);
looks like it should befloat rho2 = dist2(b12,b22,b32);