"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "7ee75e19ec110a11607c658d5ee80d0f6f875b3d"
Commit 6c17f756 authored by Davis King's avatar Davis King
Browse files

made svd spec more clear

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402602
parent daa05670
...@@ -730,7 +730,7 @@ namespace dlib ...@@ -730,7 +730,7 @@ namespace dlib
- m == #u*#w*trans(#v) - m == #u*#w*trans(#v)
- trans(#u)*#u == identity matrix - trans(#u)*#u == identity matrix
- trans(#v)*#v == identity matrix - trans(#v)*#v == identity matrix
- diag(#w) == the eigenvalues of the matrix m in no - diag(#w) == the sinular values of the matrix m in no
particular order. All non-diagonal elements of #w are particular order. All non-diagonal elements of #w are
set to 0. set to 0.
- #u.nr() == m.nr() - #u.nr() == m.nr()
......
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