Small changes to tutorial page 1.

This commit is contained in:
Jitse Niesen
2010-07-06 10:48:25 +01:00
parent d849bc4401
commit 3428d80d20
3 changed files with 33 additions and 32 deletions

View File

@@ -2,4 +2,4 @@ Matrix3f m;
m << 1, 2, 3,
4, 5, 6,
7, 8, 9;
cout << m;
std::cout << m;