Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
afdb28f0
Commit
afdb28f0
authored
Dec 16, 2012
by
Davis King
Browse files
updated comment
parent
5c9e84f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
examples/matrix_ex.cpp
examples/matrix_ex.cpp
+4
-2
No files found.
examples/matrix_ex.cpp
View file @
afdb28f0
...
...
@@ -123,8 +123,10 @@ int main()
// --------------------------------- Comparison with MATLAB ---------------------------------
// Here I list a set of Matlab commands and their equivalent expressions using the dlib matrix.
// ----------------------------- Comparison with MATLAB ------------------------------
// Here I list a set of Matlab commands and their equivalent expressions using the dlib
// matrix. Note that there are a lot more functions defined for the dlib::matrix. See
// the HTML documentation for a full listing.
matrix
<
double
>
A
,
B
,
C
,
D
,
E
;
matrix
<
int
>
Aint
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment