mirror of https://github.com/davisking/dlib.git
updated docs
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403581
This commit is contained in:
parent
4ec03e7bf6
commit
80d30d4910
|
@ -451,6 +451,14 @@
|
|||
<name>pointwise_multiply</name>
|
||||
<link>dlib/matrix/matrix_utilities_abstract.h.html#pointwise_multiply</link>
|
||||
</item>
|
||||
<item>
|
||||
<name>join_rows</name>
|
||||
<link>dlib/matrix/matrix_utilities_abstract.h.html#join_rows</link>
|
||||
</item>
|
||||
<item>
|
||||
<name>join_cols</name>
|
||||
<link>dlib/matrix/matrix_utilities_abstract.h.html#join_cols</link>
|
||||
</item>
|
||||
<item>
|
||||
<name>tensor_product</name>
|
||||
<link>dlib/matrix/matrix_utilities_abstract.h.html#tensor_product</link>
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
<current>
|
||||
New Stuff:
|
||||
- Added the svm_c_ekm_trainer
|
||||
- Added the join_rows() and join_cols() functions
|
||||
|
||||
Non-Backwards Compatible Changes:
|
||||
|
||||
|
|
|
@ -280,6 +280,8 @@
|
|||
|
||||
|
||||
<term file="dlib/matrix/matrix_utilities_abstract.h.html" name="pointwise_multiply"/>
|
||||
<term file="dlib/matrix/matrix_utilities_abstract.h.html" name="join_rows"/>
|
||||
<term file="dlib/matrix/matrix_utilities_abstract.h.html" name="join_cols"/>
|
||||
<term file="dlib/matrix/matrix_utilities_abstract.h.html" name="equal"/>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue