-
- Downloads
Binded SVD in the python level and documented
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=-1*U and V=-1*V With that we have a consistent SVD binds along different implementations (http://prod.sandia.gov/techlib/access-control.cgi/2007/076422.pdf)
Showing
- bob/math/cpp/svd.cpp 15 additions, 1 deletionbob/math/cpp/svd.cpp
- bob/math/gsvd.cpp 75 additions, 3 deletionsbob/math/gsvd.cpp
- bob/math/gsvd.h 1 addition, 0 deletionsbob/math/gsvd.h
- bob/math/main.cpp 22 additions, 0 deletionsbob/math/main.cpp
- bob/math/test_gsvd.py 70 additions, 12 deletionsbob/math/test_gsvd.py
- doc/py_api.rst 1 addition, 0 deletionsdoc/py_api.rst
Loading
Please register or sign in to comment