ericjang / svd3

Fast singular value decomposition, diagonalization, QR decomposition of 3x3 matrices.
MIT License
149 stars 19 forks source link

type-o? #6

Closed yudongqiu closed 8 years ago

yudongqiu commented 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);

ericjang commented 8 years ago

Oops! I think you are right. I just pushed a fix. Thanks for your sharp eyes!