Commit 573d043e authored by Davis King's avatar Davis King

Finished integrating the new svd from Jack Riddle.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402640
parent f6df5ad1
...@@ -814,7 +814,7 @@ namespace dlib ...@@ -814,7 +814,7 @@ namespace dlib
Returns an error code = 0, if no errors and 'k' if a failure to Returns an error code = 0, if no errors and 'k' if a failure to
converge at the 'kth' singular value. converge at the 'kth' singular value.
USAGE: given the singular value decomposition a = u * diagm(q) * v' for an m*n USAGE: given the singular value decomposition a = u * diagm(q) * trans(v) for an m*n
matrix a with m >= n ... matrix a with m >= n ...
After the svd call u is an m x m matrix which is columnwise After the svd call u is an m x m matrix which is columnwise
orthogonal. q will be an n element vector consisting of singular values orthogonal. q will be an n element vector consisting of singular values
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment