Commit f75c343f authored by Davis King's avatar Davis King

Added some comments about how chol() behaves.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403916
parent 7a479f80
......@@ -190,6 +190,10 @@ namespace dlib
- else
- returns a matrix with the same dimensions as A but it
will have a bogus value. I.e. it won't be a decomposition.
In this case the algorithm returns a partial decomposition.
- You can tell when chol fails by looking at the lower right
element of the returned matrix. If it is 0 then it means
A does not have a cholesky decomposition.
- If DLIB_USE_LAPACK is defined then the LAPACK routine xPOTRF
is used to compute the cholesky decomposition.
......
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