Commit de3f16d8 authored by Davis King's avatar Davis King

updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403818
parent 16e910c3
...@@ -391,6 +391,10 @@ ...@@ -391,6 +391,10 @@
<name>upperm</name> <name>upperm</name>
<link>dlib/matrix/matrix_utilities_abstract.h.html#upperm</link> <link>dlib/matrix/matrix_utilities_abstract.h.html#upperm</link>
</item> </item>
<item>
<name>make_symmetric</name>
<link>dlib/matrix/matrix_utilities_abstract.h.html#make_symmetric</link>
</item>
<item> <item>
<name>ones_matrix</name> <name>ones_matrix</name>
<link>dlib/matrix/matrix_utilities_abstract.h.html#ones_matrix</link> <link>dlib/matrix/matrix_utilities_abstract.h.html#ones_matrix</link>
......
...@@ -15,6 +15,19 @@ New Stuff: ...@@ -15,6 +15,19 @@ New Stuff:
Non-Backwards Compatible Changes: Non-Backwards Compatible Changes:
Bug fixes:
Other:
</current>
<!-- ******************************************************************************* -->
<old name="17.30" date="Jul 28, 2010">
New Stuff:
Non-Backwards Compatible Changes:
Bug fixes: Bug fixes:
- Fixed a compile-time bug in the matrix related to multiplication by - Fixed a compile-time bug in the matrix related to multiplication by
subm() expressions when the BLAS bindings were enabled. subm() expressions when the BLAS bindings were enabled.
...@@ -24,7 +37,7 @@ Bug fixes: ...@@ -24,7 +37,7 @@ Bug fixes:
Other: Other:
</current> </old>
<!-- ******************************************************************************* --> <!-- ******************************************************************************* -->
......
...@@ -257,6 +257,7 @@ ...@@ -257,6 +257,7 @@
<term file="dlib/matrix/matrix_utilities_abstract.h.html" name="lowerm"/> <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="lowerm"/>
<term file="dlib/matrix/matrix_utilities_abstract.h.html" name="upperm"/> <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="upperm"/>
<term file="dlib/matrix/matrix_utilities_abstract.h.html" name="make_symmetric"/>
<term file="dlib/matrix/matrix_utilities_abstract.h.html" name="zeros_matrix"/> <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="zeros_matrix"/>
<term file="dlib/matrix/matrix_utilities_abstract.h.html" name="ones_matrix"/> <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="ones_matrix"/>
<term file="dlib/matrix/matrix_utilities_abstract.h.html" name="uniform_matrix"/> <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="uniform_matrix"/>
......
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