Jacobi SVD algorithm implementation

1.1k Views Asked by At

Is this implementation of Jacobi SVD algorithm according to the standard algorithm? Please verify.

Is this Hestenes Jacobi method?

I have seen pseudo code of Jacobi algorithm like here which appears quite different from how it is done here. I want to know Is this the best implementation or can it be made more efficient?