mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated comment
This commit is contained in:
parent
5c9e84f896
commit
afdb28f073
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user