aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/Tutorial_commainit_01.cpp
blob: e3098cedb3b6480712e0560c3067ce19c89fb0ca (plain)
1
2
3
4
5
Matrix3f m;
m << 1, 2, 3,
     4, 5, 6,
     7, 8, 9;
cout << m;