Commit afdb28f0 authored by Davis King's avatar Davis King

updated comment

parent 5c9e84f8
......@@ -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;
......
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