Skip to content

Binded SVD in the python level and documented

Tiago de Freitas Pereira requested to merge 8-bind-svd into master

Implemented the signal standarization. The signs of U and V is defined analysing the first element of U. If U[0, 0] < 0 then U=-1U and V=-1V With that we have a consistent SVD binds along different implementations (http://prod.sandia.gov/techlib/access-control.cgi/2007/076422.pdf)

Closes #8 (closed)

Merge request reports