Commit 97a37ae3 authored by Davis King's avatar Davis King

Updated example

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403911
parent 674fd7aa
......@@ -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
......
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