Updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403584
This commit is contained in:
Davis King 2010-05-07 23:29:11 +00:00
parent 28a8f3ad4f
commit d03d8fc9b8
3 changed files with 12 additions and 1 deletions

View File

@ -411,10 +411,18 @@
<name>pointer_to_column_vector</name>
<link>dlib/matrix/matrix_utilities_abstract.h.html#pointer_to_column_vector</link>
</item>
<item>
<name>pointer_to_matrix</name>
<link>dlib/matrix/matrix_utilities_abstract.h.html#pointer_to_matrix</link>
</item>
<item>
<name>reshape_to_column_vector</name>
<link>dlib/matrix/matrix_utilities_abstract.h.html#reshape_to_column_vector</link>
</item>
<item>
<name>reshape</name>
<link>dlib/matrix/matrix_utilities_abstract.h.html#reshape</link>
</item>
<item>
<name>array_to_matrix</name>
<link>dlib/matrix/matrix_utilities_abstract.h.html#array_to_matrix</link>

View File

@ -13,7 +13,8 @@
<current>
New Stuff:
- Added the svm_c_ekm_trainer
- Added the join_rows() and join_cols() functions
- Added the join_rows(), join_cols(), reshape(), and pointer_to_matrix()
functions.
Non-Backwards Compatible Changes:

View File

@ -243,7 +243,9 @@
<term file="dlib/matrix/matrix_utilities_abstract.h.html" name="array_to_matrix"/>
<term file="dlib/matrix/matrix_utilities_abstract.h.html" name="vector_to_matrix"/>
<term file="dlib/matrix/matrix_utilities_abstract.h.html" name="pointer_to_column_vector"/>
<term file="dlib/matrix/matrix_utilities_abstract.h.html" name="pointer_to_matrix"/>
<term file="dlib/matrix/matrix_utilities_abstract.h.html" name="reshape_to_column_vector"/>
<term file="dlib/matrix/matrix_utilities_abstract.h.html" name="reshape"/>
<term file="dlib/matrix/matrix_math_functions_abstract.h.html" name="squared"/>
<term file="dlib/matrix/matrix_math_functions_abstract.h.html" name="cubed"/>
<term file="dlib/matrix/matrix_utilities_abstract.h.html" name="is_vector"/>