updated comment

This commit is contained in:
Davis King 2012-12-16 09:06:56 -05:00
parent 5c9e84f896
commit afdb28f073

View File

@ -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;