Commit d4a633ea authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402308
parent ad06153a
......@@ -445,6 +445,8 @@
<term link="dlib/matrix/matrix_utilities_abstract.h.html#identity_matrix" name="identity_matrix"/>
<term link="dlib/matrix/matrix_utilities_abstract.h.html#rotate" name="rotate"/>
<term link="dlib/matrix/matrix_utilities_abstract.h.html#removerc" name="removerc"/>
<term link="dlib/matrix/matrix_utilities_abstract.h.html#remove_row" name="remove_row"/>
<term link="dlib/matrix/matrix_utilities_abstract.h.html#remove_col" name="remove_col"/>
<term link="dlib/matrix/matrix_utilities_abstract.h.html#matrix_cast" name="matrix_cast"/>
<term link="dlib/matrix/matrix_utilities_abstract.h.html#set_all_elements" name="set_all_elements"/>
<term link="dlib/matrix/matrix_utilities_abstract.h.html#tmp" name="tmp"/>
......
......@@ -6,6 +6,21 @@ Hide all windows header files in a cpp file.
smart pointer that uses a memory manager. think memory pool with pool pointers
make a function to make a vector of vectors look like a matrix
implement kmeans++
add something to unroll a matrix into a vector
add row_cat and col_cat matrix functions
add a quadratic classifier
......
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