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