Commit 6c1296ba authored by Davis King's avatar Davis King

Updated spec to reference the correct LAPACK routine.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403883
parent 9aa54e9f
...@@ -641,7 +641,7 @@ namespace dlib ...@@ -641,7 +641,7 @@ namespace dlib
- V*trans(V) should be equal to the identity matrix. That is, all the - V*trans(V) should be equal to the identity matrix. That is, all the
eigenvectors in V should be orthonormal. eigenvectors in V should be orthonormal.
- So A == V*D*trans(V) - So A == V*D*trans(V)
- If DLIB_USE_LAPACK is #defined then this object uses the xSYEV LAPACK - If DLIB_USE_LAPACK is #defined then this object uses the xSYEVR LAPACK
routine. routine.
On the other hand, if A is not symmetric then: 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