Commit dbba600f authored by Davis King's avatar Davis King

updated spec

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403993
parent 3aab58b2
...@@ -21,9 +21,10 @@ namespace dlib ...@@ -21,9 +21,10 @@ namespace dlib
requires requires
- m.size() > 0 - m.size() > 0
- m.nr() == m.nc() - m.nr() == m.nc()
- m must be a symmetric matrix (i.e. m == trans(m))
- max_size_megabytes >= 0 - max_size_megabytes >= 0
ensures ensures
- This function assumes that m is symmetric. If m is not symmetric then it won't
crash but you will get incorrect results.
- This method creates a matrix expression which internally caches the elements - This method creates a matrix expression which internally caches the elements
of m so that they can be accessed quickly. It is useful if m is some kind of of m so that they can be accessed quickly. It is useful if m is some kind of
complex matrix expression which is both very large and expensive to evaluate. complex matrix expression which is both very large and expensive to evaluate.
......
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