Updated example

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403911
pull/2/head
Davis King 14 years ago
parent 674fd7aa5b
commit 97a37ae357

@ -381,10 +381,11 @@ void custom_matrix_expressions_example(
/*
As an aside, note that dlib contains functions equivalent to example_trans() and
example_vector_to_matrix() already. They are:
As an aside, note that dlib contains functions equivalent to the ones we
defined above. They are:
- dlib::trans()
- dlib::vector_to_matrix()
- operator+ (e.g. you can say my_mat + 1)
Also, if you are going to be creating your own matrix expression you should also

Loading…
Cancel
Save