Commit c7e6da5c authored by Davis King's avatar Davis King

Fixed confusing comment.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403313
parent 0e7f3b16
......@@ -630,7 +630,7 @@ namespace dlib
All you need are the get_real_eigenvalues() and
get_pseudo_v() functions.
- V*trans(V) should be equal to the identity matrix. That is, all the
eigenvectors in V should be linearly independent.
eigenvectors in V should be orthonormal.
- So A == V*D*trans(V)
On the other hand, if A is not symmetric then:
......
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