mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated the docs
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402308
This commit is contained in:
parent
ad06153a0b
commit
d4a633ea62
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user